---
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[]

---

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