Skip to main content
GET
Get Execution Metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trigger_id
string<uuid>
required

Query Parameters

hours
integer | null

Time period in hours (max 1 year). Omit for the trigger's whole history.

Required range: 1 <= x <= 8760

Response

Successful Response

Response model for execution metrics.

avg_execution_time_ms
number
required
failed_executions
integer
required
failure_rate
number
required

Percentage, 0-100.

max_execution_time_ms
integer
required
min_execution_time_ms
integer
required
success_rate
number
required

Percentage, 0-100.

successful_executions
integer
required
timeout_executions
integer
required
total_executions
integer
required
trigger_id
string<uuid>
required
avg_cost_usd
number
default:0

Spend per run that produced a costed task.

costed_executions
integer
default:0

Runs whose task reported a cost; the divisor behind avg_cost_usd.

period_hours
integer | null

Window these metrics cover. Null means the whole history.

total_cost_usd
number
default:0

Spend of the tasks these runs created.

Last modified on September 23, 2026