API Reference
Responses
A response is a single rendered answer from an AI engine to a single prompt on a single run. Each response captures the raw text, the engine that produced it, and the country and language the monitor was run in. Responses are read-only.
Endpoints
-
GET
/api/v1/responsesList responsesReturns the AI responses collected in the active project, optionally filtered to a single prompt. The response is paginated, with the newest returned first by default.
-
GET
/api/v1/responses/{response}Get a responseReturns a single response. The response must belong to the active project.