To use the Unstructured Platform API to manage jobs, do the following:

  • To get a list of available jobs, use the GET method to call the /jobs endpoint. Learn more.
  • To get information about a job, use the GET method to call the /jobs/<job-id> endpoint. Learn more.
  • A job is created automatically whenever a workflow runs on a schedule; see Create a workflow. A job is also created whenever you run a workflow manually; see Run a workflow.
  • To cancel a running job, use the POST method to call the /jobs/<job-id>/cancel endpoint. Learn more.