v1

latestOpenAPI 3.0.32026-07-14490228.1 KB

Get Report By ID

This endpoint retrieves a report owned by the client.

get/reports/{id}

Path parameters

idinteger required

The ID used to identify the report.

Response

200

Example response

{
  "data": {
    "id": 1,
    "name": "Test Report 1",
    "type": "call_summary",
    "params": {
      "date_end": "2021-07-06",
      "group_by": "day",
      "date_start": "2021-06-29"
    },
    "schedule": {
      "run_at": "2021-07-06 21:46:29"
    },
    "status": "completed"
  }
}