Retrieve metrics
documentedRetrieve operational metrics for your organization’s inference endpoints in Prometheus format.
GET /api/v1/metrics/organizations/{organization_id}Metricsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://cloud.cerebras.ai/api/v1/metrics/organizations/{{$organization_id}}" \
-H "Authorization: Bearer {{CEREBRAS_API_KEY}}" \
-H "Accept: application/json"