Skip to main content
GET
/
api
/
runtime-security
/
events
List Events
curl --request GET \
  --url https://api.example.com/api/runtime-security/events \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0
verdict
string | null
Pattern: ^(allow|redact|block)$
direction
string | null
Pattern: ^(input|output)$

Cookies

antidote_session
string | null

Response

Successful Response