Get input history
get_input_historyRetrieves input submission history for an agreement, filtered by input ID or status, with pagination support.
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). |