Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido

Parámetros de consulta

createdTimeStart
string

inclusive lower bound (ISO datetime)

createdTimeEnd
string

inclusive upper bound (ISO datetime)

spentMin
number | null

inclusive lower bound on spent (ms)

spentMax
number | null

inclusive upper bound on spent (ms)

runIds
string

comma-separated run IDs to filter by

Respuesta

200 - application/json

Successful response

totalCount
number
requerido

total number of runs, deduplicated across hot and archived storage (same late-terminal exception as the run list rowCount: such a run is missing until the next successful archive pass)

statusStats
object
requerido

count of runs by status, deduplicated across hot and archived storage (same late-terminal exception as totalCount)

avgSpent
number
requerido

average runtime in milliseconds over the deduplicated run set (same late-terminal exception as totalCount)

Última modificación el 15 de septiembre de 2026