List Workspaces
Authentication
AuthorizationBearer
Your RRay API key.
Query parameters
status
name
limit
Rows per page (1–100, default 20).
cursor
Opaque pagination token. Omit for the first page (newest rows first). To page, copy `pagination.next_cursor` (older rows) or `pagination.prev_cursor` (newer rows) from the previous response into this parameter — do not build it yourself: the walk direction and the active filter set are encoded in the token, and reusing a cursor with a different filter set is rejected (`validation.cursor_filters_mismatch`).
Response
Successful Response
data
pagination
total/total_capped are present on the entry page only (no COUNT
is executed while walking cursors).
object
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error