v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReportExport
Read an existing report export.
Read an existing report export.
get/cm/v1/report-exports/{report_export_id}
Path parameters
report_export_idstring required
Report Export ID to read.
Response
A successful response.
Example response
{
"report_export": {
"id": "sampleReportExportId",
"workplace_id": "samplePlatformId",
"ad_account_id": "sampleAdAccountId",
"product_id": "sampleProductId",
"partner": "SINGULAR",
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
}
}