Skip to main content
GET
Get Dashboard Execution Summary

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parámetros de consulta

startTime
string<date-time>

Start of the time range filter (RFC 3339 format).

endTime
string<date-time>

End of the time range filter (RFC 3339 format).

status
enum<string>

Filter results by execution status.

Opciones disponibles:
pending,
running,
completed,
failed

Respuesta

Indicates that the request was successful and the response contains the requested data.

Aggregated summary of workflow executions.

total
integer

Total number of executions matching the filters.

Ejemplo:

150

completed
integer

Number of completed executions.

Ejemplo:

120

failed
integer

Number of failed executions.

Ejemplo:

25

pending
integer

Number of pending executions.

Ejemplo:

3

running
integer

Number of currently running executions.

Ejemplo:

2