Get processing jobs

Get a list of processing jobs. Jobs are specific instances of a process execution.

Query Params
integer
Defaults to 0

The result page number. To get the first page, set the parameter to 0.

integer
Defaults to 20

The maximum number of results on a result page.

string

The results sorting method that arranges elements in ascending or descending order based on a chosen field. The format is <field name>,<asc or desc>.

The allowed sort fields:

  • processID
  • status
  • created
  • creditConsumption.credits
uuid

The workspace ID. Use to get jobs from a specific workspace. Otherwise, jobs from the entire account will be returned.

processId
array of objects

Process IDs. Use to search for jobs running any of the provided processes.

processId
status
array of objects

Job statuses. Use to search for jobs with any of the provided statuses.

status
ids
array of objects

Job IDs. Use to search for jobs with any of the provided IDs.

ids
int32

The minimum duration of a job. Use to get jobs with runtimes greater than or equal to a specific number of seconds. Only jobs with the following statuses will be displayed:

  • running
  • successful
  • captured
  • released
  • failed
int32

The maximum duration of a job. Use to get jobs with runtimes less than or equal to a specific number of seconds. Only jobs with the following statuses will be displayed:

  • running
  • successful
  • captured
  • released
  • failed
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json