Skip to content

List workspaces

GET
/v1/workspaces
curl --request GET \
--url https://example.com/v1/workspaces \
--header 'Authorization: Bearer <token>'

Every workspace in the organization. Small by nature — not paginated.

OK

object
items
Array<object>
nullable
object
id
string format: uuid
name
string
nullable
nextCursor
string
nullable