Skip to main content
GET
/
api
/
v3
/
transmon
/
rules
/
list
/
{event_type}
List existing rules
curl --request GET \
  --url https://api.dataspike.io/api/v3/transmon/rules/list/{event_type} \
  --header 'ds-api-token: <api-key>'
{
  "builtin_rules": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<unknown>",
      "status": "<unknown>",
      "event_type": "<unknown>",
      "rank": "<unknown>",
      "expression": "<unknown>",
      "causes": "<unknown>",
      "created_at": "2023-07-18T15:32:13Z",
      "updated_at": "2023-07-18T15:32:13Z",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "action": "<unknown>"
    }
  ],
  "custom_rules": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<unknown>",
      "status": "<unknown>",
      "event_type": "<unknown>",
      "rank": "<unknown>",
      "expression": "<unknown>",
      "causes": "<unknown>",
      "created_at": "2023-07-18T15:32:13Z",
      "updated_at": "2023-07-18T15:32:13Z",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "action": "<unknown>"
    }
  ]
}

Authorizations

ds-api-token
string
header
required

Path Parameters

Response

List of rules

builtin_rules
object[]
required
custom_rules
object[]
required