Get input history
get_input_historyRetrieve recorded input submissions for an agreement, filter by status or input ID, and paginate results to inspect which events are pending, mined, or failed.
Instructions
Returns recorded input submissions for an agreement, with pagination and filtering. Use this to inspect which events have been submitted and whether each is PENDING, MINED, or FAILED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). | |
| cursor | No | Opaque pagination cursor from a previous response (pageInfo.nextCursor). | |
| status | No | Filter by submission status. | |
| inputId | No | Filter by input ID as defined in the agreement JSON (execution.inputs). | |
| agreementId | Yes | Agreement record ID, as returned by list_agreements (not the on-chain address). |