Executions

/executions is the primary runtime trace view for agent turns, tool calls, and failures.

What you can inspect in UI

  • user input and final model output
  • tool-call payloads and tool execution results
  • latency and token usage
  • filtering by session, flow, pipeline, and date

API endpoints

Base path: /api/v1/executions

  • GET /api/v1/executions - list with filters/pagination
  • GET /api/v1/executions/{id} - single execution detail
  • PUT /api/v1/executions/{id} - update execution metadata/state
  • DELETE /api/v1/executions/{id} - delete single execution
  • DELETE /api/v1/executions - delete multiple by body {"executionIds": ["id1", "id2"]}

List filters

Supported query params:

  • id
  • agentflowId
  • agentflowName
  • sessionId
  • state (INPROGRESS, FINISHED, ERROR, TERMINATED, TIMEOUT, STOPPED)
  • pipeline
  • startDate
  • endDate
  • page
  • limit

Example

curl "https://<your-flowise-host>/api/v1/executions?sessionId=session-1&limit=20" \
  -H "Authorization: Bearer <apiKey>"

results matching ""

    No results matching ""