Search Committee Evidence
committees_search_evidenceSearch oral and written evidence submitted to UK parliamentary committees. Retrieve paginated results with committee ID, evidence type filters, and title length controls.
Instructions
Search oral and written evidence submitted to a parliamentary committee.
Returns ONE PAGE of evidence (default 20). Free-text titles are capped per max_title_chars; witness lists are capped at 10 per item. For committees with many submissions, re-call with offset=offset+returned while has_more is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | CommitteeEvidenceInput with committee_id, evidence_type, offset/limit pagination, and max_title_chars. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| committee_id | Yes | Committee ID this page belongs to | |
| evidence_type | Yes | Evidence type filter applied to this query | |
| offset | Yes | Number of evidence items skipped before this page | |
| limit | Yes | Max evidence items requested for this page | |
| returned | Yes | Number of evidence items actually returned in this call | |
| has_more | Yes | True if there may be more evidence beyond this page. Re-call with offset=offset+returned to fetch the next page. Conservative: when evidence_type='both', True if either oral or written upstream page came back full. | |
| evidence | No | Evidence items in this page. Titles are capped per max_title_chars; witness lists are capped at 10 per item. |