To use the Unstructured Workflow Endpoint to manage jobs, do the following:
UnstructuredClient
object’s jobs.list_jobs
function (for the Python SDK) or
the GET
method to call the /jobs
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.get_job
function (for the Python SDK) or
the GET
method to call the /jobs/<job-id>
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.get_job_details
function (for the Python SDK) or
the GET
method to call the /jobs/<job-id>/details
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.get_failed_files
function (for the Python SDK) or
the GET
method to call the /jobs/<job-id>/failed-files
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.cancel_job
function (for the Python SDK) or
the POST
method to call the /jobs/<job-id>/cancel
endpoint (for curl
or Postman). Learn more.To use the Unstructured Workflow Endpoint to manage jobs, do the following:
UnstructuredClient
object’s jobs.list_jobs
function (for the Python SDK) or
the GET
method to call the /jobs
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.get_job
function (for the Python SDK) or
the GET
method to call the /jobs/<job-id>
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.get_job_details
function (for the Python SDK) or
the GET
method to call the /jobs/<job-id>/details
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.get_failed_files
function (for the Python SDK) or
the GET
method to call the /jobs/<job-id>/failed-files
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s jobs.cancel_job
function (for the Python SDK) or
the POST
method to call the /jobs/<job-id>/cancel
endpoint (for curl
or Postman). Learn more.