For the complete documentation index, see llms.txt. This page is also available as Markdown.
Coming Soon

Fetch executions

List executions for a wallet

get
Path parameters
walletstringRequired

Origin wallet identifier.

Query parameters
idstringOptional

Optional execution UUID filter. Accepts a single UUID or comma-separated UUIDs.

statusstring · enumOptional

Optional execution status filter. Accepts a single status or comma-separated statuses.

Possible values:
Responses
200

OK

application/json
get/api/v1/executions/{wallet}

Last updated