Skip to main content

Get Rule Promotion Jobs

GET 

/v2/rule-promotions/:uuid/jobs

Retrieves a list of jobs associated with a specific rule promotion. Each job represents an asynchronous operation such as promotion code generation or export.

The response includes details such as:

  • Job type (code_generate or code_export)
  • Job status (pending, processing, completed, failed, cancelling, or cancelled)
  • Parameters used (such as number of codes generated)
  • Results (such as number of codes successfully generated or deleted)

Filtering

You can filter jobs by:

  • Job Type (eq(job_type, code_export))
  • Status (eq(status, complete))

Request

Responses

Successful response