clerk.list_billing_subscription_items
ActiveTool of Vee3
List billing subscription items in a connected Clerk application. Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account. Returns subscription_items summaries and total_count. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "list_clerk_billing_subscription_itemsArguments",
"properties": {
"limit": {
"anyOf": [
{
"type": "integer",
"maximum": 500,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Limit",
"default": null,
"description": "Maximum number of subscription items to return (1–500)."
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Query",
"default": null,
"description": "Search query to filter subscription items."
},
"offset": {
"anyOf": [
{
"type": "integer",
"minimum": 0
},
{
"type": "null"
}
],
"title": "Offset",
"default": null,
"description": "Number of subscription items to skip before returning results."
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Status",
"default": null,
"description": "Filter by subscription item status."
},
"plan_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Plan Id",
"default": null,
"description": "Filter by billing plan id."
},
"paginated": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Paginated",
"default": null,
"description": "Whether to return paginated results with total_count."
},
"payer_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Payer Type",
"default": null,
"description": "Filter by payer type: \"user\" or \"org\"."
},
"include_free": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Include Free",
"default": null,
"description": "When true, include free subscription items."
},
"clerk_instance_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Clerk Instance Id",
"default": null,
"description": "Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries