---
title: "Return a list of Bill publications."
method: GET
path: "/api/v1/Bills/{billId}/Publications"
tags: ["Publications"]
---

# Return a list of Bill publications.

`GET /api/v1/Bills/{billId}/Publications`

## Path parameters

- `billId` integer, required

## Response `200`

OK

- BillPublicationList
  - `billId` integer
  - `publications` BillPublication[], nullable
    - `id` integer
    - `title` string, nullable
    - `publicationType` PublicationType
      - `id` integer
      - `name` string, nullable
      - `description` string, nullable
    - `displayDate` string, date-time
    - `links` PublicationLink[], nullable
      - `id` integer
      - `title` string, nullable
      - `url` string, nullable
      - `contentType` string, nullable
    - `files` PublicationDocument[], nullable
      - `id` integer
      - `filename` string, nullable
      - `contentType` string, nullable
      - `contentLength` integer
    - `house` 'All' | 'Commons' | 'Lords' | 'Unassigned'

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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