Skip to main content
GET
/
v2
/
auto-monitor-setups
List auto monitor setups
curl --request GET \
  --url https://api.traceloop.com/v2/auto-monitor-setups \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "<string>",
    "entity_type": "<string>",
    "entity_value": "<string>",
    "env_project_id": "<string>",
    "evaluators": [
      {
        "binding_id": "<string>",
        "error_message": "<string>",
        "evaluator_id": "<string>",
        "evaluator_type": "<string>",
        "input_schema": [
          {
            "name": "<string>",
            "type": "<string>",
            "description": "<string>",
            "label": "<string>"
          }
        ],
        "output_schema": [
          {
            "name": "<string>",
            "type": "<string>",
            "description": "<string>",
            "label": "<string>"
          }
        ],
        "processed_at": "<string>",
        "status": "<string>"
      }
    ],
    "external_id": "<string>",
    "id": "<string>",
    "init_rules": [
      {
        "op": "equals",
        "source": "<string>",
        "key": "<string>",
        "value": "<string>",
        "value_type": "<string>"
      }
    ],
    "org_id": "<string>",
    "project_id": "<string>",
    "status": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

entity_type
string

Filter by entity type (e.g., agent, workflow)

status
string

Filter by status (e.g., pending, completed)

external_id
string

Filter by external ID

Response

OK

created_at
string
entity_type
string
entity_value
string
env_project_id
string
evaluators
object[]
external_id
string
id
string
init_rules
object[]
org_id
string
project_id
string
status
string
updated_at
string