Skip to main content
GET
List graph domains
Domains are org-level (Leiden communities); memberCount counts only the effective subject’s nodes in each. name is the raw stored name (the friendly label is resolved by /v1/recall/graph). Ordered by detection time descending with id as a stable tiebreaker; keyset-paginated.

Authorization

This route requires the read scope. A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.

Headers

These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.

Success responses

Errors

Every error is an RFC 9457 application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.

Authorizations

X-Exo-API-Key
string
header
required

An Exo API key (exo_...) sent as the X-Exo-API-Key header.

Query Parameters

cursor
string | null

Opaque cursor from a previous nextCursor.

pageSize
integer | null

Page size, coerced into [1, 100] (default 25).

Response

Successful Response

data
Domain · object[]
required
hasMore
boolean
default:false
nextCursor
string | null