Skip to main content
GET
Get Dashboard Execution Summary

Autorizações

Authorization
string
header
obrigatório

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.

Opções disponíveis:
pending,
running,
completed,
failed

Resposta

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.

Exemplo:

150

completed
integer

Number of completed executions.

Exemplo:

120

failed
integer

Number of failed executions.

Exemplo:

25

pending
integer

Number of pending executions.

Exemplo:

3

running
integer

Number of currently running executions.

Exemplo:

2