Skip to main content
GET
/
applications
/
stats
Application pipeline stats
curl --request GET \
  --url http://localhost:3000/api/openapi/applications/stats \
  --header 'x-api-key: <api-key>'
{
  "total": 123,
  "byStage": [
    {
      "count": 123
    }
  ],
  "bySource": [
    {
      "source": "<string>",
      "count": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Response

200 - application/json

Aggregate application counts.

total
number
required
byStage
object[]
required
bySource
object[]
required