Skip to main content
GET
List Workspaces
Lists every instruction workspace the caller owns or holds an explicit permission on. Cursor-paginated. Requirements: instructions:read.

Request

string
Opaque pagination cursor from a previous response’s nextCursor.

Response

object[]
Workspace summaries: {id, name, manualCount, archivedAt, createdAt, updatedAt}.
string | null
Pass back as cursor to fetch the next page; null when exhausted.