Skip to main content

Get the status of a bulk job

GET 

/job_status

Get the status of a bulk job

Request

Query Parameters

    job_id stringrequired

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

Responses

Expected response to a valid request

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