Batch response creation status
GET/v3/responses/status/:token
Batch response creation status
Request
Path Parameters
token stringrequired
The unique identifier of the job
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
status stringrequired
Current status of the job
data string
Results of the job, if available
{
"status": "string",
"data": "string"
}
Loading...