List agreements
Lists agreement summaries visible to the current API key. Supports pagination, filtering, and sorting.
client.listAgreements(...) when integrating with the TypeScript SDK.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.
Query Parameters
Optional current agreement state filter.
Optional deployed agreement chain filter. Use when the environment contains agreements across more than one supported chain.
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 Sort by displayName. Only one sort field may be supplied.
asc, desc