Skip to main content

Get the status of a bulk job​

Get the status of a bulk job

Query Parameters
  • job_id string required

    The id of the job returned from a POST or PATCH endpoint that resulted in a job being created

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Responses

Expected response to a valid request


Schema
  • uid uuid
  • status string
  • job_type string
  • job_data object[]
  • user_id uuid
  • manager_id uuid
  • errors string[]
Loading...