Knowledge
List Test-Case-Scope Knowledge
List the knowledge files attached to a specific test case 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.test_case/{testCaseId}/ for the given
project. These are reference files attached to a specific test case—nunu
delivers them to runs that execute that test.
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 test case 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
"test_case" for this endpoint.Echo of the path parameter.
Number of files returned.
Files in the test case 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 test case 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.