cURL
curl --request GET \ --url https://api.traceloop.com/v2/auto-monitor-setups/{setup_id} \ --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>" }
Get a specific auto monitor setup by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Auto monitor setup ID
OK
Show child attributes
Was this page helpful?