🎉 Portkey raises Series A - $15M to build AI that never breaks  Read announcement →
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://portkey-docs-log-export-guide-1773064217.mintlify.app/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?