Knowledge
List Agent-Scope Knowledge
List the knowledge files attached to a specific agent configuration in the given 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.agent/{agentId}/ for the given project. These
are reference files that nunu attaches to runs that use a specific agent
configuration.
To get project-, agent-, and test-case-scope files in a single call, use
List Knowledge Files instead.
Path Parameters
The nunu.ai project ID. Must match the project the API key is scoped to.
The agent ID whose files you want to list.
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
"agent" for this endpoint.Echo of the path parameter.
Number of files returned.
Files in the agent scope. See
List Knowledge Files for
the full file shape.
Authorizations
API key for authentication
Path Parameters
The nunu.ai project ID. Must match the project the API key is scoped to.
The agent ID whose files you want to list.
Query Parameters
When true, attach parsed metadata (description, summary, keywords) for each file from its .{name}.meta.json sidecar.