v1

latestOpenAPI 3.1.02026-07-2331110.2 KB
analytics

List Flow Runs

List flow run logs matching the given filters.

get/analytics/org/{org_id}/flows/{flow_id}

Path parameters

flow_idstring required
org_idstring required

Query parameters

pageinteger
page_sizeinteger
start_datestring date-time nullable
end_datestring date-time nullable
user_idstring nullable
statestring nullable

Comma-separated list of statuses to filter by. Accepted values: PENDING, PAUSED, RESUMED, COMPLETED, FAILED, CANCELLED

Comma-separated list of statuses to filter by. Accepted values: PENDING, PAUSED, RESUMED, COMPLETED, FAILED, CANCELLED

Response

Successful Response

run_idstring uuid required
conversation_idstring nullable
datestring date-time required
is_flow_successfulboolean nullable required
state'PENDING' | 'PAUSED' | 'RESUMED' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required

Enum representing the possible states of a workflow.

errorstring nullable required
latencynumber nullable required
total_tokensinteger required
user_idstring nullable required
inputsstring nullable required
outputsstring nullable required
llmsstring nullable required
feedbackstring nullable required
run_type'workflow_builder' | 'form' | 'batch' | 'chat_assistant' | 'agent_assistant' | 'trigger' | 'scheduled' | 'sub_workflow' | 'api'

How a workflow run was initiated.

ran_by_type'user' | 'personal_api_key' | 'org_api_key' | 'system'

Who or what authenticated the run.

ran_by_idstring uuid nullable

ID of the user or API key that triggered the run.

ran_by_display_namestring nullable

Display name of the user (email) or API key (name) that triggered the run.

parent_run_idstring uuid nullable

Run ID of the parent workflow for sub-workflow runs.

parent_project_idstring nullable

Project ID of the parent workflow for sub-workflow runs.

parent_project_namestring nullable

Name of the parent project for sub-workflow runs.