List statement periods

View as MarkdownOpen in Claude
Lists the months a statement is available for, newest first. Each entry carries the path of that month's statement and the formats it can be downloaded in: a closed month is available as JSON, CSV, and PDF; the current month as JSON and CSV only. Statements are identified by calendar month rather than by an id. This list is not paged. #### Permissions Authenticate with a [Personal access token](/docs/apis/authorization#personal-access-tokens) whose holder is an owner or admin of the space. A project API token is not accepted on this endpoint, and a Personal access token has no scopes: the holder's role in the space is the whole authorization decision.

Authentication

AuthorizationBasic
Personal access token authentication for space-wide administration. Send HTTP Basic auth with an empty username and the Personal access token as the password. A Personal access token carries your own authority rather than a project's: it is created from your user menu in the Dashboard, is prefixed `pat_`, and has no scopes. The holder must be an owner or admin of the space named by the subdomain, and the token acts only on that space. Example: ``` Authorization: Basic base64(:pat_...) ```

Response

The request has succeeded.
datalist of objects
The available months, newest first.

Errors

401
Unauthorized Error
500
Internal Server Error