List all subscriptions
Returns all MaaSSubscription resources across the cluster. K8s calls: GET /k8s/v1/maassubscription
Response
List of subscriptions
Example response
{
"data": [
{
"name": "premium-team-sub",
"displayName": "Premium Team Subscription",
"description": "This subscription is for the premium team",
"namespace": "maas-system",
"phase": "Active",
"statusMessage": "successfully reconciled",
"reason": "Reconciled",
"status": "True",
"conditionType": "Ready",
"lastTransitionTime": "2026-01-01T00:00:00Z",
"priority": 10,
"owner": {
"groups": [
{
"name": "premium-users"
}
]
},
"modelRefs": [
{
"name": "llama-2-7b-chat",
"namespace": "maas-models",
"tokenRateLimits": [
{
"limit": 100000,
"window": "24h"
}
],
"billingRate": {
"perToken": "0.0001"
}
}
],
"tokenMetadata": {
"organizationId": "org-123",
"costCenter": "engineering"
}
}
]
}Changes
Changed in 7 of the 32 revisions of this API.119
- ○
added the optional property
data/items/conditionTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/lastTransitionTimeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/reasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/statusto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/deletionTimestampto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/statusMessageto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/modelRefs/items/tokenRateLimitReffrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
data/items/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/displayNameto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲