Get Job Request by Id and check the progress of that job
GET /v1/jobs/steam/:requestId
Get Job Request by Id and check the progress of that job
Path Parameters
- requestId string required
Responses
- 200
Player badge balance
- application/json
- Schema
- Example (from schema)
Schema
- status number required
- message string required
data object required
requestId string requiredprogress number required
{
"status": 0,
"message": "string",
"data": {
"requestId": "string",
"progress": 0
}
}
Loading...