Skip to main content
GET
/
flow
/
executions
/
{flowId}
Error
A valid request URL is required to generate request examples
{
  "flowId": "<string>",
  "executions": [
    {
      "id": "<string>",
      "flowId": "<string>",
      "flowName": "<string>",
      "userId": "<string>",
      "userName": "<string>",
      "strategy": "<string>",
      "startedAt": "<string>",
      "completedAt": "<string>",
      "totalDurationMs": 123,
      "totalSteps": 123,
      "outputSummary": "<string>",
      "errorMessage": "<string>",
      "totalTokenUsage": {
        "inputTokens": 123,
        "outputTokens": 123,
        "totalTokens": 123,
        "cacheReadTokens": 123,
        "cacheCreationTokens": 123,
        "reasoningTokens": 123,
        "model": "<string>"
      },
      "_ttl": 123
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Path Parameters

flowId
string
required

The flow ID to list executions for

Query Parameters

limit
integer
default:50

Maximum number of executions to return (capped at 200)

Required range: x <= 200

Response

List of executions

flowId
string
executions
FlowExecution · object[]
count
integer