Retrieves a paginated list of subscriptions for the specified agent. The subscriptions are returned using cursor-based pagination.
Documentation Index
Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
The ID of the workspace.
The ID of the agent.
The number of items per page. Must be at least 1. Must not be greater than 100.
25
The cursor for pagination. Use the meta.next_cursor or meta.previous_cursor from the response.
"example"
[
{
"id": 300,
"workspace_id": "01kqh44byes9kscvsdfth6g52h",
"type": "default",
"stripe_id": "sub_dFp6UWrd3R4GhC1KL3dsX2w7RZ7kPE83KSMP8g6U",
"stripe_status": "active",
"stripe_price": null,
"quantity": null,
"trial_ends_at": null,
"ends_at": null,
"created_at": "2026-05-01T06:38:01.000000Z",
"updated_at": "2026-05-01T06:38:01.000000Z"
},
{
"id": 301,
"workspace_id": "01kqh44bzkzydyf7pb56xqj5z6",
"type": "default",
"stripe_id": "sub_XmfW6rmPk8W6FhajOIglkvTqoGdHUiFWc2jWcdWJ",
"stripe_status": "active",
"stripe_price": null,
"quantity": null,
"trial_ends_at": null,
"ends_at": null,
"created_at": "2026-05-01T06:38:01.000000Z",
"updated_at": "2026-05-01T06:38:01.000000Z"
}
]