🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
curl --request GET \
--url https://api.portkey.ai/v1/policies/usage-limits/{policyUsageLimitsId}/entities \
--header 'x-portkey-api-key: <api-key>'{
"object": "list",
"data": [
{
"id": "<string>",
"value_key": "<string>",
"current_usage": 123
}
],
"total": 123
}List entities tracked by a usage limits policy with their current usage.
curl --request GET \
--url https://api.portkey.ai/v1/policies/usage-limits/{policyUsageLimitsId}/entities \
--header 'x-portkey-api-key: <api-key>'{
"object": "list",
"data": [
{
"id": "<string>",
"value_key": "<string>",
"current_usage": 123
}
],
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage limits policy UUID
Filter by entity usage status
active, exhausted Filter entities by value key
Number of items per page
1 <= x <= 100Current page number
x >= 0Was this page helpful?