---
title: "Get slot attester committees"
method: GET
path: "/v1/slot/{slot}/committees"
tags: ["Slot"]
---

# Get slot attester committees

`GET /v1/slot/{slot}/committees`

Returns the attester committees for the specified slot. Committee members are global validator indices in committee order.

## Path parameters

- `slot` integer, required

## Query parameters

- `committee` string

## Response `200`

OK

- ApiAPISlotCommitteesResponse
  - `data` ApiAPISlotCommitteesData
    - `committees` ApiAPISlotCommitteeInfo[]
      - `index` integer
      - `validators` integer[]
    - `epoch` integer
    - `slot` integer
  - `status` string

## Other responses

- `400` — Invalid parameters
- `404` — Committees not available
- `500` — Internal server error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/73a9fb0d9c41/schema)
