GetGroupInvoicesList
Returns a list of invoices for the given group.
Path Parameters
- group_id string required
Possible values: Value must match regular expression
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$A universally unique identifier.
Query Parameters
- anchor string
How many invoices to offset the search by.
- limit int32
Possible values: 1 ≤ value ≤ 32
Amount of invoices to return.
- 200
- 400
- 403
- 404
- 408
- 429
- 500
GetGroupInvoicesList 200 response
Schema
invoices object[] required
A list of a group's billing invoices.
- csv_url string required
A URL to this invoice's CSV breakdown.
- pdf_url string required
A URL to this invoice's PDF document.
- period_start_ts date-time required
RFC3339 timestamp.
- period_end_ts date-time required
RFC3339 timestamp.
- anchor string
The pagination anchor.
BadRequestError 400 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
ForbiddenError 403 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
NotFoundError 404 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
UnauthorizedError 408 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
RateLimitError 429 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
InternalError 500 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.