v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReport
Read an existing report.
Read an existing report.
get/cm/v1/reports/{report_id}
Path parameters
report_idstring required
Report ID to read.
Response
A successful response.
Example response
{
"report": {
"id": "sampleReportId",
"ad_account_id": "sampleAdAccountId",
"date_range": {
"start": "2020-01-01",
"end": "2020-01-02"
},
"dimensions": [
"DATE",
"PRODUCT",
"CAMPAIGN"
],
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
}
}