Get details of a specific task associated with a rating request by its ID.

Retrieve details of a specific task associated with a rating request.

SecurityAPIKeyHeader
Request
path Parameters
rate_request_id
required
string (Rate Request Id)
rating_task_id
required
string (Rating Task Id)
Responses
200

Successful Response

Response Schema: application/json
account_id
required
string (Account Id)
rating_job_id
required
string (Rating Job Id)
provider_code
required
string (ProviderCode)
Enum: "AMAZON" "CHROBINSON" "SMC3" "UBER" "FEDEX" "SHIPWELL_FTL" "UPS" "USPS" "PUROLATOR" "CANPAR" "CANADAPOST" "RLC" "XPO" "ODFL" "ESTES" "WARD" "CLOUDTRUCKS" "ABF" "ANY" "CENTRALTRANSPORT" "PRIMO" "SAIA"
status
required
string (RateStatus)
Enum: "CREATED" "PROCESSING" "ERRORED" "SUCCEEDED" "CANCELLED" "EXPIRED" "REVOKED" "COMPLETED"
Request Payload (object) or Request Payload (null) (Request Payload)
Error Message (string) or Error Message (null) (Error Message)
retry_count
integer (Retry Count)
Default: 0
id
required
string (Id)
created_at
string <date-time> (Created At)
Updated At (string) or Updated At (null) (Updated At)
400

Validation Error

404

The resource requested was not found either because you do not have permissions to access it or it does not exist.

500

An unknown internal server issue occured while processing a request. A report is created and logged.

get/rating/{rate_request_id}/tasks/{rating_task_id}
Request samples
Response samples
application/json
{
  • "account_id": "string",
  • "rating_job_id": "string",
  • "provider_code": "AMAZON",
  • "status": "CREATED",
  • "request_payload": { },
  • "error_message": "string",
  • "retry_count": 0,
  • "id": "string",
  • "created_at": "2019-08-24T14:15:22Z",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2025. All right reserved.