---
title: "Search for content blocks"
method: GET
path: "/blocks"
tags: ["Content Blocks"]
---

# Search for content blocks

`GET /blocks`

This endpoint allows you to search for content blocks. You can filter by block type, lead organisation, and
keyword.

## Query parameters

- `block_type` string
- `lead_organisation_id` string
- `keyword` string

## Response `200`

blocks found

- object
  - `results` object[]
    - `title` string
    - `block_type` string
    - `organisation` object
      - `name` string
      - `content_id` string
    - `state` 'published'
    - `embed_code` string
    - `formats` string[]

## Changes

- **2026-07-02** (v1) `8b78429087a3` — 5 warning
  - deleted the `query` request parameter `page`
  - removed the optional property `current_page` from the response with the `200` status
  - removed the optional property `links` from the response with the `200` status
  - removed the optional property `pages` from the response with the `200` status
  - …1 more
- **2026-06-19** (v1) `7743d73b92b6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/government-digital-service/apis/content-block-manager-api/changes/blocks/get.md)

---

[API](https://skmtc.dev/government-digital-service/apis/content-block-manager-api.md) · [All operations](https://skmtc.dev/government-digital-service/apis/content-block-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/government-digital-service/content-block-manager-api/revisions/50816fe703f5/schema)
