Knowledge
List Project-Scope Knowledge
List the knowledge files stored under the project’s project/ prefix only. These files are visible to every run in the project.
GET
Permission Required: any API key scoped to the requested project
Knowledge endpoints are served by the bouncer service at
https://bouncer.nunu.ai, not the main nunu.ai/api/v1 host. Use the same
X-Api-Key header for authentication.project/ prefix. These are
the files that every run in the project sees regardless of which agent or test
case it executes.
If you instead want a single response that combines project files with
agent- or test-case-scoped files, use
List Knowledge Files.
Path Parameters
The nunu.ai project ID. Must match the project the API key is scoped to.
Query Parameters
When
true, attach parsed metadata (description, summary, keywords)
for each file from its .{name}.meta.json sidecar.Response
Echo of the path parameter.
Always
"project" for this endpoint.Number of files returned.
Files in the project scope.
Authorizations
API key for authentication
Path Parameters
The nunu.ai project ID. Must match the project the API key is scoped to.
Query Parameters
When true, attach parsed metadata (description, summary, keywords) for each file from its .{name}.meta.json sidecar.