Jobs
Fetch a bulk job
Returns job status, progress, credit totals, item summaries, and a cursor for additional items.
get/jobs/{id}
Path parameters
idstring required
Query parameters
limitinteger
cursorstring
Opaque cursor returned as nextCursor from the previous response.
Response
Job found
Example response
{
"id": "job_01jz7m91bxkpbqha0wt8whm76r",
"items": [
{
"error": {
"code": "transcript_unavailable",
"message": "No public transcript is available for this video."
}
}
]
}