Search Committee Evidence
committees_search_evidenceUSE THIS TOOL WHEN you have a committee_id and want the oral and written evidence submitted to it.
Returns ONE PAGE of evidence (default 20) plus total, the source's
count of matching items. evidence_type='both' lists all oral evidence
first, then all written evidence, each newest-published first as the
source orders it. Free-text titles are capped per max_title_chars;
witness lists are capped at 10 per item. An organisation witness (no
named individual) is rendered as ' ()'; a null
entry means the source gave no name for that witness at all. For
committees with many submissions, re-call with offset=offset+returned
while has_more is true.
Authoritative source for parliamentary committee evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum evidence items to return. Default 20. For evidence_type='both' a page may hold only oral, only written, or the last oral items followed by the first written items. | |
| offset | No | Number of evidence items to skip before this page. Default 0. Re-call with offset=offset+returned while has_more is true. For evidence_type='both' this is a position in the combined sequence (all oral evidence, then all written evidence). | |
| committee_id | Yes | Committee ID from committees_search_committees results. | |
| evidence_type | No | Type of evidence to search. | both |
| max_title_chars | No | Per-item cap on the free-text title field. Default 300 prevents context blow-up from verbose inquiry titles. Raise to 1000+ only when you need the full title text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Max evidence items requested for this page | |
| total | Yes | Evidence items matching this query, from committees-api's totalResults (for evidence_type='both', the oral count plus the written count) | |
| offset | Yes | Number of evidence items skipped before this page | |
| evidence | No | Evidence items in this page. Titles are capped per max_title_chars; witness lists are capped at 10 per item. | |
| has_more | Yes | True if evidence exists beyond this page (offset + returned < total). Re-call with offset=offset+returned to fetch the next page. | |
| returned | Yes | Number of evidence items actually returned in this call | |
| committee_id | Yes | Committee ID this page belongs to | |
| evidence_type | Yes | Evidence type filter applied to this query |