Retrieve Submission Log Status

Retrieve the status of a submission log to understand if processing is complete or in progress.

SecuritybearerAuth
Request
query Parameters
submissionBatchId
required
integer

Identifier for a submission log

Example: submissionBatchId=123456789
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Resource Not Found

500

Internal Server Error

get/v1/driver-assignments/status
Request samples
Response samples
application/json
{
  • "data": {
    }
}