Skip to main content
GET
/
v1
/
observability
/
platform
/
top-workspaces
List the top N most active workspaces for a period
curl --request GET \
  --url https://{host}/v2/workspaces/slug:ai-governance-v2/webhooks/v1/observability/platform/top-workspaces \
  --header 'Authorization: Bearer <token>'
{
  "period": "<string>",
  "workspaces": [
    {}
  ],
  "cached": true,
  "computed_at": "2023-11-07T05:31:56Z"
}

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

period
enum<string>

Preset window (default 24h).

Available options:
1h,
24h,
7d,
30d
Maximum string length: 10
limit
string

Max items (1..50, default 20).

Response

Top workspaces list.

period
string
workspaces
object[]
cached
boolean
computed_at
string<date-time>