Get Queue Status
🛠 Endpoint
The following parameters should be included in the request body
Prop | Type | Default |
---|---|---|
report_id | String | Required |
Example Request:
🚀 Response
Upon successfully retrieving the queue status, the API will return a 200 OK
response with the following structure:
Response Fields
Field | Type | Description |
---|---|---|
success | boolean | Indicates whether the request was successful (true or false ). |
message | string | A message from the API |
data.status | string | The status of the report on the queue |
data.position | number | The position of the report in the queue |
data.user.steam_id | string | The Steam ID of the user in the queue |
data.user.name | string | The name of the user in the queue |
data.user.avatar | string | The avatar of the user in the queue |
data.stats.total | number | The total number of reports for the user |
data.stats.success | number | The number of successful reports for the user |
data.stats.failed | number | The number of failed reports for the user |
data.stats.repeated | number | The number of repeated reports for the user |