Get Response Content
Returns the full AI response content for one response, including the model's markdown output and URL citation annotations. Use List AI Responses first to find response IDs.
Returns the full AI response content for one response, including the model's markdown output and URL citation annotations. Use List AI Responses first to find response IDs.
Path Parameters
Project ID (see List Projects)
Response ID returned by List AI Responses
Response Body
application/json
curl -X GET "https://example.com/projects/string/prompts/responses/string/content"{
"data": {
"responseId": "string",
"promptText": "string",
"responseText": "string",
"annotations": [
{
"type": "url_citation",
"url": "string",
"title": "string",
"content": "string",
"cited": true
}
],
"fanOutQueries": [
"string"
],
"createdAt": "string"
}
}List AI Responses GET
Returns one row per AI response collected for the project's prompts in the date range, including prompt metadata and a response preview. Use Get Response Content to fetch the full model output for a response.
List Brands GET
Returns the accepted brands tracked in a project — your own brand first, then competitors sorted by name. Use the returned brand IDs to filter analytics and mention endpoints.