Skip to main content
GET
cURL
List all projects belonging to the API user, newest first, in pages of 100.

Request

Examples

Response

200 OK — array of projects (one page):

Pagination

There is no total count or hasMore field. To detect the last page, request until you receive an empty array. Pages are 1-indexed.

Errors

Authorizations

api-key
string
header
required

Query Parameters

page
integer
default:1

Page number for pagination

Response

One page of projects (max 100)

id
string<uuid>
name
string
Example:

"Rick Astley - Never Gonna Give You Up"

youtubeId
string
Example:

"dQw4w9WgXcQ"

state
enum<string>
Available options:
upload,
transcription,
done,
error
createdAt
string<date-time>