Skip to main content
GET
List transcription jobs

Authorizations

Authorization
string
header
required

Use Authorization: Bearer pyai_live_... (or pyai_test_...).

Query Parameters

limit
integer
default:20

Max items to return (1-100).

Required range: 1 <= x <= 100
cursor
string

Opaque token from a previous page's next_cursor. Omit for the first page.

Response

Jobs

object
string
Example:

"list"

data
object[]
has_more
boolean

True if another page is available.

next_cursor
string | null

Pass as cursor for the next page; null on the last page.