List knowledge files for a project. Always returns project-scope files; conditionally includes agent- and/or test-case-scope files when their IDs are passed as query parameters.
Documentation Index
Fetch the complete documentation index at: https://api-docs.nunu.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://bouncer.nunu.ai, not the main nunu.ai/api/v1 host. Use the same
X-Api-Key header for authentication.| Scope | Path on storage | Visible to |
|---|---|---|
project | {projectId}/project/ | Every run in the project |
agent | {projectId}/agent/{agentId}/ | Runs that use the given agent |
test_case | {projectId}/test_case/{testCaseId}/ | Runs that execute the given test |
agent/{agent_id}/ in the response.test_case/{test_case_id}/ in the response.true, attach the parsed metadata (description, summary,
keywords) for each file. Metadata is stored alongside each file as a
hidden .{name}.meta.json sidecar.project section is always present;
other sections are only present when the corresponding query parameter is
set.include_metadata=true and a sidecar metadata file exists.API key for authentication
The nunu.ai project ID. Must match the project the API key is scoped to.
Include files from agent/{agent_id}/ in the response.
Include files from test_case/{test_case_id}/ in the response.
When true, attach parsed metadata (description, summary, keywords) for each file from its .{name}.meta.json sidecar.
Successful response