Skip to content
AniBridge
Search
⌘
Ctrl
K
Main Navigation
Guide
API
Integrations
Developer
Legal
Changelog
Appearance
Menu
Return to top
Get job status
GET
/jobs/{job_id}
Parameters
Path Parameters
job_id
*
Type
string
Required
Responses
200
400
404
500
Job status.
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"status"
:
"string"
,
"progress"
:
0
,
"downloaded_bytes"
:
0
,
"total_bytes"
:
0
,
"speed"
:
0
,
"eta"
:
0
,
"message"
:
"string"
,
"result_path"
:
"string"
}
GET
/jobs/{job_id}
Playground
Variables
Key
Value
job_id
*
Try it out
Samples