Skip to main content
GET
/
billing
/
usage
/
metrics
Get Usage Metrics
curl --request GET \
  --url https://api.streamkap.com/billing/usage/metrics \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer | null
page
integer | null
required
sort
enum<string>
default:asc
Available options:
asc,
desc
id
string | null
connector
string | null

Source connector name. Example: postgresql, mysql, ...

partial_name
string | null

Enter the source name you want to search for

tenant_ids
string | null

A comma-separated list of Tenant IDs

Response

Successful Response