Skip to content

List Projects (Paginated)

GET
/v1/projects/list

List projects for the current user with cursor-based pagination.

search
Any of:
string
<= 200 characters

Search project name

limit
Limit
integer
default: 20 >= 1 <= 1000
cursor
Any of:
string

Pagination cursor

sort
Sort
string
default: newest
Allowed values: newest oldest updated name
x-api-key
Any of:
string

Paginated list of projects

PaginatedProjectsResponse
object
items
Items
Array<object>
ProjectItem
object
project_id
required
Project Id
string format: uuid
name
required
Name
string
description
Any of:
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
page_info
required
PageInfo
object
has_next
required
Has Next

Whether more items exist after this page

boolean
end_cursor
Any of:
string
total_count
Any of:
integer

Invalid or missing API key

ErrorResponse

Standard error response.

object
detail
required
Detail

Error message describing what went wrong

string

Invalid pagination parameters