Skip to main content
GET
/
api
/
v1
/
runs
/
rules
/
{rule_id}
/
logs
Error
A valid request URL is required to generate request examples
[
  {
    "rule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "start_time": "2023-11-07T05:31:56Z",
    "end_time": "2023-11-07T05:31:56Z",
    "run_name": "<string>",
    "run_type": "<string>",
    "run_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "application_time": "2023-11-07T05:31:56Z",
    "add_to_annotation_queue": {
      "payload": {}
    },
    "add_to_dataset": {
      "payload": {}
    },
    "evaluators": {
      "payload": {}
    },
    "alerts": {
      "payload": {}
    },
    "webhooks": {
      "payload": {}
    },
    "extend_only": {
      "payload": {}
    },
    "thread_id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

rule_id
string<uuid>
required

Query Parameters

limit
integer
default:150
Required range: 1 <= x <= 1440
offset
integer
default:0
Required range: x >= 0
start_time
string<date-time> | null
end_time
string<date-time> | null
session_id
string<uuid> | null

Response

Successful Response

rule_id
string<uuid>
required
run_id
string<uuid>
required
start_time
string<date-time>
required
end_time
string<date-time>
required
run_name
string | null
run_type
string | null
run_session_id
string<uuid> | null
application_time
string<date-time> | null
add_to_annotation_queue
RuleLogActionResponse · object
add_to_dataset
RuleLogActionResponse · object
evaluators
RuleLogActionResponse · object
alerts
RuleLogActionResponse · object
webhooks
RuleLogActionResponse · object
extend_only
RuleLogActionResponse · object
thread_id
string | null