GET/runstatus/{queueid}

Get Runstatus

This API call retrieves the status of a run rateshop request by accepting the queue ID as an input parameter.
GET/runstatus/{queueid}

Status Codes

  • 1 - In Progress
  • 2 - Completed
  • 3 - Terminated with Errors
  • 4 - Terminated, No Credits Available
  • 5 - Rerun In Progress

Parameter Details

NameInTypeRequiredDescription
queueidpathinteger(int32)Requirednone

Responses

StatusMeaningDescriptionSchema
200OKSuccess
400Bad RequestBad RequestNone
401UnauthorizedAuthentication Failed or Account validity expiredNone
500Internal Server ErrorInternal server errorNone

Example Request

# You can also use wget
curl -X GET /runstatus/{queueid} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "queueid": 0,
  "rateshopid": 0,
  "statuscode": 0,
  "statusmessage": "string",
  "creditused": 0,
  "totalrows": 0
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.