List payment intents
Authorizations
An identity bearer token for a person or your backend. Capabilities are per member, per workspace. This credential can manage the workspace and can never authorize an action as an agent.
Path Parameters
Query Parameters
pending, requires_approval, executed, failed, denied Narrow to intents whose agent runs in this mode. Any other value is a 400, rather than a silent full listing.
live, test Order the whole matching set, not just the page. amount sorts by the intent's value, age by when it was created. An unrecognised value falls back to age.
amount, age Direction for sort. An unrecognised value falls back to desc.
asc, desc Drop anything worth less than this. Applies to the summary as well as the page.
x >= 0Keep only what was created before this instant, for finding what has been waiting longest. A value that is not ISO 8601 is ignored rather than rejected.
Page size. Defaults to 50, clamped to 1..200.
1 <= x <= 200The id of the last record on the previous page. An unknown or foreign id is ignored and returns the first page.
Response
A page of payment intents, with a summary of the whole matching set.
True when the page filled to the limit. A final page that exactly fills the limit still reports true; the next request returns an empty page.
Pass back as starting_after.
Describes everything the filters matched, not the page that was returned, so a caller can show a true queue size without walking every page.