Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get automation rule evaluator logs by id

GET/v1/private/automations/evaluators/{id}/logsGet automation rule evaluator logs by id

Get automation rule evaluator logs by id

Parameters

idstring · uuidpathrequired
sizeinteger · int32query

default 1000 · minimum 1

Responses

200Automation rule evaluator logs resourceapplication/json
objectLogPage
contentarray of object
Show child attributes
Show array items
levelstring

one of "INFO", "WARN", "ERROR", "DEBUG", "TRACE"

markersobject
messagestring
rule_idstring · uuid
timestampstring · date-time
pageinteger · int32
sizeinteger · int32
totalinteger · int64
Example response
{
  "content": [
    {
      "level": "DEBUG",
      "markers": {
        "additionalProp1": "string"
      },
      "message": "string",
      "rule_id": "00000000-0000-0000-0000-000000000000",
      "timestamp": "2026-06-09T00:00:00Z"
    }
  ],
  "page": 0,
  "size": 0,
  "total": 0
}
Documentation menu