---
title: "Read log status."
method: GET
path: "/cm/v1/logs/{log_id}/status"
tags: ["Log"]
---

# Read log status.

`GET /cm/v1/logs/{log_id}/status`

Read the most recent log status. It will also show URLs containing log contents.

## Path parameters

- `log_id` string, required

## Response `200`

Successfully read log status.

- MessagesReadLogStatusResponse
  - `status` 'UNKNOWN_LOG_STATUS' | 'ACCEPTED' | 'READY' | 'FAILED' — Status enumerates the status of log. - ACCEPTED: Successfully initiated the log generation request. - READY: Successfully generated the log. It's ready to download from the location. - FAILED: Failed to generate the log. Reasons of failure can be found at errors.
  - `location_csv` string[] — URL of the log contents in CSV form. Will be expired in an hour.
  - `location_avro` string[] — URL of the log contents in Avro form. Will be expired in an hour.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
