---
title: "Get pdf data (titles and sizes) for a given sitting date and house."
method: GET
path: "/overview/pdfsforday.{format}"
tags: ["Overview"]
---

# Get pdf data (titles and sizes) for a given sitting date and house.

`GET /overview/pdfsforday.{format}`

Get pdf data (titles and sizes) for a given sitting date and house.

## Path parameters

- `format` string, required

## Query parameters

- `date` string, required
- `house` string, required

## Response `200`

OK

- PdfInfo[]
  - `SittingDate` string, date-time
  - `House` string
  - `IsDebateSectionPdf` boolean
  - `SectionExternalId` string
  - `Title` string
  - `PdfSize` number, double

---

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