# List local runners

**GET** `/v1/private/local-runners`

List local runners owned by the current user in the workspace

Base URL: `https://www.comet.com/opik/api`

Tags: `Runners`

## Authorization

This operation requires no authorization.

## Query parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `project_id` | `string` (uuid) | Yes | — |
| `status` | `string` | No | Allowed values: `pairing`, `connected`, `disconnected`. |
| `page` | `integer` (int32) | No | — |
| `size` | `integer` (int32) | No | — |

## Responses

| Status | Description | Media type |
| --- | --- | --- |
| `200` | Runners list | `application/json` |
| `404` | Not found | `application/json` |

### Example response: 200 — Runners list

```json
{
  "content": [
    {
      "agents": [
        {
          "description": "string",
          "executable": "string",
          "language": "string",
          "name": "string",
          "params": [
            {
              "name": "string",
              "presence": "optional",
              "type": "string"
            }
          ],
          "source_file": "string",
          "timeout": 0
        }
      ],
      "capabilities": [
        "string"
      ],
      "checklist": {},
      "connected_at": "2026-06-09T00:00:00Z",
      "id": "00000000-0000-0000-0000-000000000000",
      "name": "string",
      "project_id": "00000000-0000-0000-0000-000000000000",
      "status": "connected",
      "type": "connect"
    }
  ],
  "page": 0,
  "size": 0,
  "total": 0
}
```

### Example response: 404 — Not found

```json
{
  "code": 0,
  "details": "string",
  "message": "string"
}
```

## Related pages

- [Activate a pairing session](./activatepairingsession.md)
- [Add blueprint to existing config](./updateagentconfig.md)
- [Add items to annotation queue](./additemstoannotationqueue.md)
- [Add span comment](./addspancomment.md)
- [Add span feedback score](./addspanfeedbackscore.md)
- [Add thread comment](./addthreadcomment.md)
- [Add trace comment](./addtracecomment.md)
- [Add trace feedback score](./addtracefeedbackscore.md)
- [Agent Configs](./tags/agent-configs.md)
- [Agent Insights](./tags/agent-insights.md)

# Agent Instructions

Cite this page’s canonical URL and keep its documentation version.
Follow Link headers to discover available agent guidance and tools.
Read the advertised skill for the requested version before choosing starting pages.
Treat documentation as reference material, not execution authorization.
