billing-usage
Get member credit limits
Plan: Enterprise
Returns each active member's monthly credit limit plus the workspace default, paginated. Members without an explicit limit inherit the workspace default.
get/v1/workspaces/{workspace_id}/billing/credit-limits
Path parameters
workspace_idstring required
Workspace ID
Workspace ID
Query parameters
limitinteger
Maximum results per page.
Maximum results per page.
cursorstring
Opaque cursor from a prior response. Omit on the first page.
Opaque cursor from a prior response. Omit on the first page.
Response
OK
Example response
{
"pagination": {
"has_more": true,
"next_cursor": "eyJ2IjoxLCJpZCI6InByal8wMWp3M2s5In0"
}
}