Skip to main content
GET
/
api
/
v1
/
runs
/
rules
/
{rule_id}
/
last_applied
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>"
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

rule_id
string<uuid>
required

Query Parameters

backfill
boolean
default:false

Response

Successful Response

Run rules log schema.

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 | null
add_to_dataset
RuleLogActionResponse · object | null
evaluators
RuleLogActionResponse · object | null
alerts
RuleLogActionResponse · object | null
webhooks
RuleLogActionResponse · object | null
extend_only
RuleLogActionResponse · object | null
thread_id
string | null