Skip to main content
GET
/
v1
/
dashboards
/
workflows
/
summary
Obtener resumen de workflows del 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 la solicitud fue exitosa y la respuesta contiene los datos solicitados.

Resumen agregado de todos los workflows agrupados por estado.

total
integer

Número total de workflows.

Example:

15

active
integer

Número de workflows actualmente activos.

Example:

8

byStatus
object[]

Desglose de workflows por estado.