Skip to main content
GET
List workspaces visible to observability users

Authorizations

Authorization
string
header
required

User-bound credential carrying an identity: either a session JWT or a user access token (at:*) generated from the user settings UI. Send as Authorization: Bearer <token>. Org API keys (iak_*) are not accepted here - they carry no user identity. Use the x-prismeai-api-key header instead (see OrgApiKeyAuth).

Query Parameters

page
string

Page index (forwarded as-is).

limit
string

Max items per page (forwarded as-is).

sort
string

Sort expression (forwarded as-is).

Maximum string length: 50

Free-text search (forwarded as-is).

Maximum string length: 200
ids
string

Comma-separated workspace ids (forwarded URL-encoded).

Maximum string length: 2000

Response

Platform workspaces response (forwarded shape - the raw array returned by the platform /v2/workspaces API).

id
string
name
string
dirty
boolean
lastPush
object