Analytics
Authorizations
OAuth2passwordRequiredToken URL:
Authorization header. Learn how to get it.
Path parameters
flow_idstringRequired
org_idstringRequired
Query parameters
pageintegerOptionalDefault:
0page_sizeinteger · min: 1OptionalDefault:
25start_dateany ofOptional
string · date-timeOptional
nullOptional
end_dateany ofOptional
string · date-timeOptional
nullOptional
user_idany ofOptional
stringOptional
nullOptional
stateany ofOptional
Comma-separated list of statuses to filter by. Accepted values: PENDING, PAUSED, RESUMED, COMPLETED, FAILED, CANCELLED
stringOptional
nullOptional
Responses
200
Successful Response
application/json
Summary of a single workflow run.
run_idstring · uuidRequired
conversation_idany ofOptional
stringOptional
nullOptional
datestring · date-timeRequired
is_flow_successfulany ofRequired
booleanOptional
nullOptional
stateany ofRequired
string · enumOptionalPossible values:
Enum representing the possible states of a workflow.
nullOptional
errorany ofRequired
stringOptional
nullOptional
latencyany ofRequired
numberOptional
nullOptional
total_tokensintegerRequired
user_idany ofRequired
stringOptional
nullOptional
inputsany ofRequired
stringOptional
nullOptional
outputsany ofRequired
stringOptional
nullOptional
llmsany ofRequired
stringOptional
nullOptional
feedbackany ofRequired
stringOptional
nullOptional
run_typeany ofOptional
How the run was initiated.
string · enumOptionalPossible values:
How a workflow run was initiated.
nullOptional
ran_by_typeany ofOptional
Who authenticated the run.
string · enumOptionalPossible values:
Who or what authenticated the run.
nullOptional
ran_by_idany ofOptional
ID of the user or API key that triggered the run.
string · uuidOptional
nullOptional
ran_by_display_nameany ofOptional
Display name of the user (email) or API key (name) that triggered the run.
stringOptional
nullOptional
parent_run_idany ofOptional
Run ID of the parent workflow for sub-workflow runs.
string · uuidOptional
nullOptional
parent_project_idany ofOptional
Project ID of the parent workflow for sub-workflow runs.
stringOptional
nullOptional
parent_project_nameany ofOptional
Name of the parent project for sub-workflow runs.
stringOptional
nullOptional
422
Validation Error
application/json
get
/analytics/org/{org_id}/flows/{flow_id}Last updated
Was this helpful?

