Skip to main content
GET
Get financial statement for a project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

The project ID to retrieve financial statement for.

Query Parameters

timestamp_granularity
enum<string>
default:quarter

The financial statement time granularity.

Available options:
year,
quarter,
month,
week
interval
enum<string>
default:1y

The time interval to retrieve financial statement for.

Available options:
1m,
1y,
2y,
3y,
5y,
max

Response

200 - application/json

OK

data
object[]