Skip to main content
GET
/
v1
/
observability
/
workspaces
List workspaces visible to observability users
curl --request GET \
  --url https://{host}/v2/workspaces/slug:ai-governance-v2/webhooks/v1/observability/workspaces \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "dirty": true,
    "lastPush": {
      "createdAt": "<string>",
      "createdBy": "<string>",
      "version": "<string>",
      "repositoryId": "<string>"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

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