Skip to main content
GET
/
v1
/
dashboards
/
workflows
/
summary
Obter resumo de workflows do dashboard
curl --request GET \
  --url https://flowker.sandbox.lerian.net/v1/dashboards/workflows/summary \
  --header 'X-API-Key: <api-key>'
{
  "total": 15,
  "active": 8,
  "byStatus": [
    {
      "status": "active",
      "count": 8
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.

Response

Indica que a solicitação foi bem-sucedida e a resposta contém os dados solicitados.

Resumo agregado de todos os workflows agrupados por status.

total
integer

Número total de workflows.

Example:

15

active
integer

Número de workflows atualmente ativos.

Example:

8

byStatus
object[]

Detalhamento de workflows por status.