---
title: "Get origin error logs for a specific Pull Zone and date"
method: GET
path: "/{pullZoneId}/{dateTime}"
---

# Get origin error logs for a specific Pull Zone and date

`GET /{pullZoneId}/{dateTime}`

Retrieves origin error logs for the given Pull Zone and date.

## Path parameters

- `pullZoneId` integer, required
- `dateTime` string, required

## Response `200`

Successful response with log data

- LogResponse
  - `logs` LogEntry[]
    - `logId` string, uuid
    - `timestamp` integer
    - `log` string
    - `labels` object
      - `ErrorCode` string
      - `StatusCode` string
      - `ServerZone` string

## Other responses

- `401` — Unauthorized - missing or invalid API key

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
