Pular para o conteúdo principal
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
    }
  ]
}

Autorizações

X-API-Key
string
header
obrigatório

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

Resposta

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.

Exemplo:

15

active
integer

Número de workflows atualmente ativos.

Exemplo:

8

byStatus
object[]

Detalhamento de workflows por status.