For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workspaces

List workspaces

get
Authorizations
AuthorizationstringRequired
Query parameters
orderingstringOptional

Which field to use when ordering the results.

pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

Responses
200Success
application/json
countintegerOptionalExample: 50
next_pageinteger · nullableOptionalExample: 3
previous_pageinteger · nullableOptionalExample: 1
page_sizeintegerOptionalExample: 10
total_pagesintegerOptionalExample: 5
current_pageintegerOptionalExample: 2
get/developers/workspaces/
200Success

Last updated