Skip to main content
GET
/
admin
/
billings
/
dataset-storage-billing
Get dataset storage billing
curl --request GET \
  --url https://api-dev.narrative.io/admin/billings/dataset-storage-billing \
  --header 'Authorization: Bearer <token>'
[
  {
    "billing_month": "2022-08-31T22:00:00Z",
    "company_id": 1,
    "company_name": "test_company1",
    "dataset_id": 322,
    "avg_gb_hours": 4
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

per_page
integer

Number of records to return.

offset
integer

Number of records to skip (it's usually page_number * per_page).

Response

OK

billing_month
number<date-time>
required
company_id
number
required
company_name
string
required
dataset_id
number
required
avg_gb_hours
number