Skip to main content
POST
/
v1
/
platform
/
alerts
/
{session_id}
Error
A valid request URL is required to generate request examples
{
  "actions": [
    {
      "config": {},
      "alert_rule_id": "<string>",
      "created_at": "<string>",
      "id": "<string>",
      "updated_at": "<string>"
    }
  ],
  "rule": {
    "description": "<string>",
    "name": "<string>",
    "window_minutes": 30,
    "created_at": "<string>",
    "denominator_filter": "<string>",
    "filter": "<string>",
    "id": "<string>",
    "session_id": "<string>",
    "session_name": "<string>",
    "threshold": 123,
    "threshold_multiplier": 123,
    "threshold_window_minutes": 59,
    "updated_at": "<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

session_id
string
required

Session ID

Body

application/json
actions
object[]
required
rule
object
required

Response

Alert rule created

actions
object[]
rule
object