Circana · Example Payload

Circana Getreport Example

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Circana Getreport Example is an example object payload from Circana, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getReport",
  "method": "GET",
  "path": "/reports/{report_id}",
  "summary": "Circana Get Report Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetReport200Example",
      "example": {
        "report_id": "rpt-500123",
        "name": "Q1 2026 Beverage Market Review",
        "status": "completed",
        "created_at": "2026-04-01T10:00:00Z",
        "completed_at": "2026-04-01T10:03:00Z",
        "category": "Beverages",
        "report_type": "market_review",
        "row_count": 4523
      }
    }
  ]
}