Skip to main content
GET
Get the workspace dependency graph

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).

Path Parameters

workspaceId
string
required

Workspace identifier.

Maximum string length: 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

period
enum<string>

Preset window (default 7d).

Available options:
1h,
24h,
7d,
30d
Maximum string length: 8
start
string<date-time>

Custom range start.

Maximum string length: 64
end
string<date-time>

Custom range end.

Maximum string length: 64
dateStart
string<date-time>

Legacy alias for start.

Maximum string length: 64
dateEnd
string<date-time>

Legacy alias for end.

Maximum string length: 64

Response

Dependency graph.

workspaceId
string
period
object
graph
object
stats
object