Recorded transcription

List transcription tasks

List the authenticated account's transcription tasks with pagination.

GET
/api/v1/api/tasks

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

pagePage

Default: 1

page_sizePage Size

Default: 20
curl -X GET "https://api.orbitalsai.com/api/v1/api/tasks?page=1&page_size=20" \
  -H "Authorization: Bearer <token>"

Successful Response

null