---
title: "List evaluator bindings"
method: GET
path: "/v1/evaluator-bindings"
tags: ["evals", "evals"]
---

# List evaluator bindings

`GET /v1/evaluator-bindings`

## Query parameters

- `evaluator_id` string, uuid, nullable
- `scope` 'scenario' | 'agent', nullable
- `scenario_id` string, uuid, nullable
- `agent_id` string, uuid, nullable
- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPageEvaluatorBindingResponse
  - `items` EvaluatorBindingResponse[], required
    - `id` string, uuid, required
    - `organization_id` string, uuid, required
    - `evaluator_id` string, uuid, required
    - `scope` string, required
    - `scenario_id` string, uuid, nullable, required
    - `agent_id` string, uuid, nullable, required
    - `is_critical` boolean, required
    - `created_at` string, date-time, required
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
