Get Request History
Last updated
Last updated
GET /video/history HTTP/1.1
Host: api.topazlabs.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"result": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": 1,
"status": "requested",
"ts": {
"requested": 1,
"accepted": 1,
"initializing": 1,
"preprocessing": 1,
"processing": 1,
"postprocessing": 1,
"complete": 1,
"canceling": 1,
"canceled": 1,
"failed": 1
},
"lastEventTs": 1,
"estimates": {
"cost": [
10,
12
],
"time": [
600,
700
]
},
"transactions": [
{
"operation": "reserve",
"amount": 1
}
],
"error": {
"message": "text"
}
}
]
}