Job
Queries jobs visible to the caller: owned, shared with them, or both.
get/jobs
Query parameters
scope'Owned' | 'Shared' | 'All'
Which jobs a query over jobs should return, relative to the caller.
Which jobs to return: owned by the caller's organization, shared with the caller, or both.
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 id.
Filter by name.
Filter by job_definition_id.
Filter by audience_id.
Filter by campaign_id.
Filter by state.
Filter by owner_mail.
Filter by created_at.
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