Authorizations
Path Parameters
Example:
curl --request GET \
--url https://api.renderjuice.com/api/external/v1/jobs/{id}/progress \
--header 'Authorization: Bearer <token>'{
"jobId": "123e4567-e89b-12d3-a456-426614174000",
"completedFrames": 50,
"totalFrames": 100
}Current progress for a specific job.
curl --request GET \
--url https://api.renderjuice.com/api/external/v1/jobs/{id}/progress \
--header 'Authorization: Bearer <token>'{
"jobId": "123e4567-e89b-12d3-a456-426614174000",
"completedFrames": 50,
"totalFrames": 100
}Was this page helpful?