List a project's resource palette, grouped by kind.
Returns the project's unified resource palette grouped by kind (repo, tracker, ...), optionally filtered to a single ?kind. Bearer-reachable read scoped to project-viewer access; a caller with no project access or a cross-tenant project gets 403.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
The project id.
Query Parameters
Filter to a single registered resource kind.
Response Body
application/json
curl -X GET "https://example.com/api/projects/string/resources"{
"resources": {
"property1": [
{
"id": "string",
"kind": "string",
"name": "string",
"role": "string",
"source": "string",
"lastTestedAt": "string",
"lastTestedStatus": "string",
"config": {
"property1": null,
"property2": null
},
"property1": null,
"property2": null
}
],
"property2": [
{
"id": "string",
"kind": "string",
"name": "string",
"role": "string",
"source": "string",
"lastTestedAt": "string",
"lastTestedStatus": "string",
"config": {
"property1": null,
"property2": null
},
"property1": null,
"property2": null
}
]
}
}Read the bounded human-view knowledge-graph projection for a project.
Returns the curated, bounded human-view knowledge graph (nodes + edges with server-computed layout positions) for a project, scoped to the authenticated org. Deliberately bounded by a freshness window (default 30 days; widen with ?window=<days> or ?window=all) and top-N importance caps - the agent-facing full graph is not windowed. This is a platform-owned read projection, not a memory write surface.
Platform-wide anonymised aggregate statistics
Returns whole-platform (not org-scoped) anonymised aggregate metrics - e.g. top work types, provider distribution, phase cycle-time distributions. Results are k-anonymised (rows with fewer than `kAnonymityFloor` samples are suppressed). Auth: `rsk_` bearer, user JWT, or session cookie. Not unauthenticated despite the `/api/public` prefix.