List GOV.UK Organisations
govuk_list_organisationsRetrieve a paginated list of UK government organisations from GOV.UK to browse government structure or find slugs for detailed lookups.
Instructions
List all UK government organisations registered on GOV.UK.
Returns a paginated list of organisations including their slug, acronym, type, and status. Use this to browse the full government structure or discover slugs for use with govuk_get_organisation or govuk_search filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | OrganisationsListInput with 1-based page and per_page (1–50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | 1-based page number requested. | |
| per_page | Yes | Max organisations requested per page. | |
| total | No | Total number of organisations across all pages, if reported by GOV.UK. | |
| total_pages | No | Total number of pages available, if reported by GOV.UK. | |
| returned | Yes | Number of organisations returned in this response. | |
| has_more | Yes | True if more organisations exist beyond this page. Re-call with page=page+1 to fetch the next page. | |
| organisations | No | Organisations on this page, in the order returned by GOV.UK. |