v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
Log

Read an existing log.

Read an existing log.

get/cm/v1/logs/{log_id}

Path parameters

log_idstring required

Log ID to read.

Response

A successful response.

Example response

{
  "log": {
    "id": "sampleLogId",
    "ad_account_id": "sampleAdAccountId",
    "type": "IMP",
    "format": "CSV",
    "date": "2020-01-01",
    "created_at": "2020-01-01T03:12:50.124101982Z",
    "updated_at": "2020-01-01T03:24:21.109821241Z"
  }
}