Skip to main content

Get the status of an async thread delegation job​

Get the status of an async thread delegation job

Path Parameters
    dealerUUID string required
    delegationUUID string required
Responses

OK


Schema
    delegationUUID string
    status string

    Possible values: [NOT_INITIATED, SCHEDULED, IN_PROGRESS, COMPLETED, FAILED]

    totalThreads int32
    processedThreads int32
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...