cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/consumption/acu-limits/local-agent \ --header 'Authorization: Bearer <token>'
{ "items": [ { "cycle_acu_limit": 123, "scope": "enterprise", "org_id": "<string>", "user_id": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
获取此账户的本地代理 ACU 限额。
使用 scope 进行筛选:“enterprise” 表示仅返回账户级结果,“user” 表示仅返回用户级结果;省略则同时返回二者。
ManageBilling
服务用户凭据(前缀:cog_)
1 <= x <= 200
enterprise
user
成功响应
显示 子属性
用于获取下一页的游标;如果这是最后一页,则为 None。
指示当前页之后是否还有更多可用项。
可选的总数(可省略以提升性能)。