---
title: "List agent assignments for a project"
method: GET
path: "/api/projects/{id}/agents"
tags: ["Projects"]
---

# List agent assignments for a project

`GET /api/projects/{id}/agents`

## Path parameters

- `id` integer, required

## Response `200`

Agent assignments

- object
  - `assignments` object[]

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
