Job
Queries the revisions of a specific job definition.
get/job/definition/{definitionId}/revisions
Path parameters
definitionIdstring required
The id of the job definition.
Query parameters
pageinteger
The 1-based page index.
page_sizeinteger
The number of items per page.
sortstring[]
Sort fields. Prefix with - for descending order (e.g. -created_at).
Filter by revision_number.
Filter by created_at.
Filter by state.
logic'and' | 'or'
How to combine the field filters: "and" (default) requires every filter to match, "or" requires any of them to match.
Response
OK
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
the security scope
apiwas added to the endpoint's security schemeOpenIdConnectapi-security-scope-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○