Circana · Example Payload

Circana Getexport Example

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Circana Getexport 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": "getExport",
  "method": "GET",
  "path": "/exports/{export_id}",
  "summary": "Circana Get Export Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetExport200Example",
      "example": {
        "export_id": "exp-500123",
        "status": "completed",
        "format": "csv",
        "created_at": "2026-04-18T12:00:00Z",
        "completed_at": "2026-04-18T12:02:00Z",
        "download_url": "https://exports.circana.com/exp-500123/data.csv",
        "file_size_bytes": 2456789
      }
    }
  ]
}