Jobs
Get Job
Returns job status, metrics, and messages for the specified job ID.
operation (required) - must always be
get_job
id (required) - the id of the job you wish to view
Body
Response: 200
Search Jobs By Start Date
Returns a list of job statuses, metrics, and messages for all jobs executed within the specified time window.
Operation is restricted to super_user roles only
operation (required) - must always be
search_jobs_by_start_date
from_date (required) - the date you wish to start the search
to_date (required) - the date you wish to end the search
Body
Response: 200
Last updated