Get stored reports list
GET {{base_url}}/api/2/reports/{{report_id}}/stored
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"id": "cc593092-8820-45f4-a347-35e0979a5bd6",
"report_format": "csv_v2_0",
"created_at": "2020-02-04T10:37:53+00:00",
"size": 2467,
"status": "saved"
}
]
} |
ENDPOINTS