cURL
curl --request GET \ --url https://api.captaindata.com/v1/quotas \ --header 'X-API-Key: <api-key>'
200
Example
{ "name": "Example Workspace", "uid": "123e4567-e89b-12d3-a456-426614174000", "credits_left": 50, "credits_max": 100, "credits_used": 50, "plan_name": "Growth", "current_month_start": "2023-10-01T00:00:00Z", "current_month_end": "2023-10-31T23:59:59Z"}
Get Workspace quota
API key required for authentication. Add your API key in the X-API-Key header.
Successfully retrieved the current workspace quota.
The name of the workspace (maximum 55 characters)
55