Jobs

You can use these API calls to get information on your database's jobs.

You can use these API calls to get information on your database's jobs.

GET jobs Returns a list of jobs the agent is tracking, along with their current status and exit codes.
DELETE jobs/:id Deletes a specific job by canceling any outstanding activity associated with it.
GET jobs/:id Returns the details (the saved output) for a specific job.

In this section