This API retrieves a paginated list of all executions for a linked account. Supports filtering by execution status, source, and date range.Documentation Index
Fetch the complete documentation index at: https://docs.refold.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer <session_token>markwood@some_email.com1.10.All — returns all executions regardless of status (default)COMPLETED — only successfully completed executionsERRORED — only executions that failed with an errorRUNNING — only executions currently in progressSTOPPED — only executions that were stoppedSTOPPING — only executions in the process of stoppingTIMED_OUT — only executions that exceeded the allowed time limitAll — returns executions from all sources (default)Event — only executions triggered by an eventSchedule — only executions triggered by a scheduled jobAPI Call — only executions triggered via an API callAll — returns executions of all types (default)SYNC — only synchronous executionsASYNC — only asynchronous executionsYYYY-MM-DD.YYYY-MM-DD.