Get Report By ID

This endpoint retrieves a report owned by a client.

get/reports/{id}

Path parameters

idinteger required

The ID used to identify the report.

Response

200

Example response

{
  "data": {
    "id": 1,
    "name": "Testing Report",
    "type": "health_check_export",
    "parameters": {
      "date_end": "2020-02-13",
      "date_start": "2020-02-13"
    },
    "schedule": {
      "run_at": "2020-02-13 05:46:12"
    },
    "domain_id": 1000,
    "status": "scheduled"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.