v1
latestOpenAPI 3.0.02026-07-222980136.7 KBList AI responses for a prompt in a brand report.
Path parameters
Brand report identifier.
Brand report identifier.
Prompt identifier within the brand report.
Prompt identifier within the brand report.
Query parameters
Start date for the lookup window (inclusive). Accepts YYYY-MM-DD or a full ISO timestamp; only the date portion is used and the window is anchored at 00:00:00.000Z.
Start date for the lookup window (inclusive). Accepts YYYY-MM-DD or a full ISO timestamp; only the date portion is used and the window is anchored at 00:00:00.000Z.
End date for the lookup window (inclusive). Accepts YYYY-MM-DD or a full ISO timestamp; only the date portion is used and the window is anchored at 23:59:59.999Z.
End date for the lookup window (inclusive). Accepts YYYY-MM-DD or a full ISO timestamp; only the date portion is used and the window is anchored at 23:59:59.999Z.
Country code to filter by. Lowercase ISO 3166-1 alpha-2; use uk for the United Kingdom.
Country code to filter by. Lowercase ISO 3166-1 alpha-2; use uk for the United Kingdom.
Optional. Filter results to a single AI engine.
Optional. Filter results to a single AI engine.
Optional. Pagination cursor — pass back the nextCursor value from a previous response. Omit to fetch the first page.
Optional. Pagination cursor — pass back the nextCursor value from a previous response. Omit to fetch the first page.
Response
AI responses (jobs) collected for the prompt within the window.
Example response
{
"items": [
{
"runId": "01HXRUN5XY8Z2N3KQ7VAW4PAEX",
"runDate": "2025-01-15T08:00:00.000Z",
"engine": "chatgpt",
"state": "completed",
"content": "Adidas, Nike and Asics are widely cited as top picks for 2025...",
"overviewAvailable": true,
"brandMentions": [
{
"brand": "Adidas",
"isMainBrand": true,
"mentions": 4
},
{
"brand": "Nike",
"isMainBrand": false,
"mentions": 3
}
],
"citations": [
{
"title": "Best Running Shoes of 2025",
"link": "https://www.runnersworld.com/gear/a40081820/best-running-shoes-2025/",
"rank": 1
}
],
"ads": [
{
"title": "Adidas Ultraboost",
"url": "https://www.adidas.com/us/ultraboost",
"image": "https://assets.adidas.com/images/ub.jpg",
"brand": "Adidas",
"position": 1
}
],
"shopping": [
{
"title": "Nike Pegasus 41",
"image": "https://static.nike.com/peg41.jpg",
"link": "https://www.nike.com/pegasus-41",
"tag": "Bestseller",
"position": 1,
"price": "$140",
"rating": 4.7
}
],
"webSearchQuery": [
"best running shoes 2025",
"top running shoes for marathon"
]
}
],
"paging": {
"nextCursor": null,
"hasMore": false
}
}