v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
teams

Get a subscription order for the team.

get/teams/{team_name}/subscription-orders/{subscription_order_id}

Path parameters

team_namestring required

The unique name for the team.

Example:cloudquery
subscription_order_idstring uuid required

ID of the team subscription order

Example:12345678-1234-1234-1234-1234567890ab

Response

Response

idstring uuid required

ID of the team subscription order

team_namestring required

The unique name for the team.

plan'free' | 'paid' | 'enterprise' | 'trial' required

The plan the team is on (trial is deprecated)

status'pending' | 'completed' | 'cancelled' required
created_atstring date-time required
updated_atstring date-time required
completed_atstring date-time
completion_urlstring uri

Stripe URL for completing purchase. Only shown in response to POST request when a paid plan is selected.

Example response

{
  "id": "12345678-1234-1234-1234-1234567890ab",
  "team_name": "cloudquery",
  "created_at": "2017-07-14T16:53:42Z",
  "updated_at": "2017-07-14T16:53:42Z",
  "completed_at": "2017-07-14T16:53:42Z"
}