List reports
GET {{baseUrl}}/reports
List created reports
Allowed roles: VIEWER
and EDITOR
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | The pageToken parameter identifies a specific page in the result set that should be returned. | |
In an API response, the nextPageToken property identifies other pages that could be retrieved. | |||
limit | number | (Optional query) Limit the number of results. |
Accepts a positive integer between 1
and 100
. Default: 100
Note that the sever may choose to ignore this parameter and use a lower value.
Example: 20
|
| sort
| string | | (Optional query) Sorting order |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
tangany-version | number | (Required) API version | |
Accept | string |
RESPONSES
status: OK
{"items":[{"format":"csv","id":"clb_nightly","lastCompletedAt":null,"lastStartedAt":null,"nextScheduledAt":"2023-10-10T01:15:00Z","parameters":{"ledgerId":"prod-ledger-1","date":"todayT12:00:00Z"},"type":"account_balances_v1","schedule":{"mode":"daily","hour":1,"minute":15}},{"format":"json","id":"clb_nightly","lastCompletedAt":null,"lastStartedAt":null,"nextScheduledAt":"2023-10-10T01:15:00Z","parameters":{"ledgerId":"prod-ledger-1","date":"todayT12:00:00Z"},"type":"account_balances_v1","schedule":{"mode":"daily","hour":1,"minute":15}}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":38482133.77025172,"resultsPerPage":-55608220.05716277}}