Skip to main content
GET
/
v1
/
flow
/
metrics
/
deployments
Get deployment metrics
curl --request GET \
  --url https://flow.seekr.com/v1/flow/metrics/deployments \
  --header 'Authorization: <api-key>'
{
  "count_by_deployment_status": {
    "active": 123,
    "inactive": 123,
    "failed": 123,
    "pending": 123
  },
  "total_inbound_tokens": 123,
  "total_outbound_tokens": 123
}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Response

200 - application/json

Successful Response

count_by_deployment_status
DeploymentStatusCounts · object
required
total_inbound_tokens
integer
required
total_outbound_tokens
integer
required
Last modified on June 18, 2026