Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 }
Retrieve performance metrics for active deployments.
Seekr API Key without 'Bearer' Prefix
Successful Response
Show child attributes