Skip to main content
GET
/
serverless
/
metrics
Metrics
curl --request GET \
  --url https://api.fal.ai/v1/serverless/metrics \
  --header 'Authorization: <api-key>'
"# HELP fal_app_queue_size Current size of the fal app queue\n# TYPE fal_app_queue_size gauge\nfal_requests_total{application=\"my/app\"} 10"

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Response

Prometheus-compatible metrics retrieved successfully

Prometheus-compatible metrics in text format

Example:

"# HELP fal_app_queue_size Current size of the fal app queue\n# TYPE fal_app_queue_size gauge\nfal_requests_total{application=\"my/app\"} 10"