curl --request POST \
--url https://api.trieve.ai/metrics \
--header 'X-API-KEY: <api-key>'
"<string>"
This route allows you to view the number of items in each queue in the Prometheus format.
curl --request POST \
--url https://api.trieve.ai/metrics \
--header 'X-API-KEY: <api-key>'
"<string>"
Prometheus metrics for the server
The response is of type string
.
Was this page helpful?