List jobs
GET/subscriptions/jobs
Retrieves a list of all jobs.
Filtering
This endpoint supports filtering. For the general syntax, see Filtering.
The following attributes and operators are supported.
Operator | Attribute | Description |
---|---|---|
eq | external_ref | Equals. Checks if the values of two operands are equal. If they are, the condition is true. |
Request
Responses
- 200
- 400
- 404
- 500
Success. A list of jobs is returned.
Bad request. The request failed validation.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.