commitment_list
List persisted commitments as factual records with support for pagination via cursor and state-based filtering.
Instructions
List the operator's persisted commitments as FACTS only (uid/title/when/who/
state/acknowledged/history length) — never the event body. Paginated: returns
{status, count, commitments, next_cursor} — pass the returned
next_cursor as cursor to fetch the next page. Read-only. state
filters to ACTIVE or WITHDRAWN (case-insensitive); omit for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | ||
| app_id | Yes | ||
| cursor | No |