Sample - Stripe API
GET/v1/reporting/report_types

List all report types

Lists all available report types. Use expand to include additional response fields when needed; each report type identifies a specific report and its available data range.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
expandarray<string>optional
Fields to expand in each report type response; each value can be at most 5000 characters.

2 status codes
200Returns a list object containing report type resources in `data`, a `has_more` pagination indicator, the `list` object type, and the collection `url`.
dataarray<ReportType>required
has_morebooleanrequired
True if this list has another page of items after this one that can be fetched.
objectstringrequired
String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
Allowed:list
urlstringrequired
The URL where this list can be accessed.
defaultError response.
errorobjectrequired

Error handling

expand values must be strings no longer than 5000 characters. The request can include only the defined form fields, and no request body fields are available.