teams
List all past invoices for the team.
get/teams/{team_name}/invoices
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": [
{
"created_at": "2017-07-14T16:53:42Z",
"amount_due": 1000,
"currency": "usd",
"paid": true
}
]
}