GET /admin/billing/subscription/{tenant_id}/apps
List the independent pricing configurations for all applications under a tenant. Each application can have different resource pricing strategies.
Billing Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
Tenant ID |
page |
query |
integer |
No |
1 |
|
|
Page number |
page_size |
query |
integer |
No |
20 |
|
|
Items per page |
Responses
| Status | Description | Schema |
| 200 | Application pricing list query successful | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 403 | No permission | object |
| 500 | Internal server error | object |