teams
List all subscription orders for the team.
get/teams/{team_name}/subscription-orders
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
Query parameters
pageinteger
Page number of the results to fetch
per_pageinteger
The number of results per page (max 1000).
Response
Response
Example response
{
"items": [
{
"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"
}
]
}