Otter · Example Payload

Public Api Get Report Status Response Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Get Report Status Response Example is an example object payload from Otter, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statuspayload

Example Payload

Raw ↑
{
  "status": "IN_PROGRESS",
  "payload": {
    "reportUrl": "https://example.com/path/to/report.csv.gz",
    "errorMessage": "Report generation error. Please reach out to support and provide jobId"
  }
}