---
title: "Returns a list of Bill stages."
method: GET
path: "/api/v1/Stages"
tags: ["Stages"]
---

# Returns a list of Bill stages.

`GET /api/v1/Stages`

## Query parameters

- `Skip` integer
- `Take` integer

## Response `200`

OK

- StageReferenceSearchResult
  - `items` StageReference[], nullable
    - `id` integer
    - `name` string, nullable
    - `house` 'All' | 'Commons' | 'Lords' | 'Unassigned'
  - `totalResults` integer
  - `itemsPerPage` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/parliament/apis/bills-api.md) · [All operations](https://skmtc.dev/parliament/apis/bills-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parliament/bills-api/revisions/bd5df6751835/schema)
