list_envelopes
List commit envelopes from ssx360.com for paginated audit review. Filter by signer or paginate with offset.
Instructions
List commit envelopes stored on ssx360.com for the authenticated organization.
Use for paginated org triage and agent memory. Requires SSX360_API_KEY.
Do not use for offline Git repos — call ``status`` and ``verify_envelope``.
Do not use for bulk export — call ``audit_export`` instead.
Read-only: no local Git writes. Returns ``{ok, envelopes, total?, error?}``.
Parameters:
limit: Maximum envelopes per page (1–200, default 50).
offset: Pagination skip index (zero-based).
signer_filter: Optional device_id or public-key prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum envelopes to return per page (1–200). Default 50. Use with offset for paginated audit review in agent workflows. | |
| offset | No | Number of newest matching envelopes to skip before returning results. Zero-based pagination index for large org histories. | |
| signer_filter | No | Optional device_id (MS-XXXX-YYYY) or public-key prefix to restrict results to envelopes signed by one identity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||