---
title: "Get automation rule evaluator logs by id"
method: GET
path: "/v1/private/automations/evaluators/{id}/logs"
tags: ["Automation rule evaluators"]
---

# Get automation rule evaluator logs by id

`GET /v1/private/automations/evaluators/{id}/logs`

Get automation rule evaluator logs by id

## Path parameters

- `id` string, uuid, required

## Query parameters

- `size` integer

## Response `200`

Automation rule evaluator logs resource

- LogPage
  - `content` LogItem[]
    - `timestamp` string, date-time
    - `rule_id` string, uuid
    - `level` 'INFO' | 'WARN' | 'ERROR' | 'DEBUG' | 'TRACE'
    - `message` string
    - `markers` object
  - `page` integer
  - `size` integer
  - `total` integer

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
