Get input history
Returns recorded input submissions for the agreement. Use this to inspect what events have been submitted.
client.listAgreementInputs(...) to inspect submitted events before deciding the next lifecycle action.Authorizations
Canonical API-key credential. Send X-API-Key: cns_pk_..., or Authorization: Bearer cns_pk_... only as an API-key compatibility alias. OAuth and JWT bearer tokens are not supported.
Path Parameters
Agreement ID or deployed agreement address.
Query Parameters
Optional platform user ID filter.
Optional agreement input ID filter.
Optional input submission status filter.
PENDING, MINED, FAILED Include records with createdAt greater than this timestamp.
Include records with createdAt greater than or equal to this timestamp.
Include records with createdAt less than this timestamp.
Include records with createdAt less than or equal to this timestamp.
Include records with updatedAt greater than this timestamp.
Include records with updatedAt greater than or equal to this timestamp.
Include records with updatedAt less than this timestamp.
Include records with updatedAt less than or equal to this timestamp.
Maximum number of records to return.
1 <= x <= 100Opaque cursor returned by a previous list response.
Sort by createdAt. Only one sort field may be supplied.
asc, desc Sort by updatedAt. Only one sort field may be supplied.
asc, desc