Get a graph domain
Graph
Get a graph domain
Inspect one domain: name, per-subject member count and bridge node ids.
GET
Get a graph domain
The domain is org-level (404
domain_not_found if it does not exist in
this org); memberCount is scoped to the effective subject’s nodes.
bridges are the org’s bridge nodes whose primary community is this
domain, ordered by bridge strength (best-effort: an empty list when the
overlapping-community pass has not run for this org).
Authorization
This route requires theread 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
Beyond the shared statuses, this route can answer with
domain_not_found. Every problem body names its own code, and the type URI always resolves to the matching page.
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
An Exo API key (exo_...) sent as the X-Exo-API-Key header.
Path Parameters
The domain id.