Skip to main content
GET
Get API key usage

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Path Parameters

projectId
string
required

Project identifier. For API-key authentication, it must match the project bound to the key.

keyId
string
required

API key identifier. Raw API key values are never accepted here.

Query Parameters

limit
integer<int32>

Maximum usage records to return. Defaults to 100; values are clamped to 1500.

before
string

Return records before this ISO 8601 timestamp.

after
string

Return records after this ISO 8601 timestamp, or continue from the supplied membership cursor where documented.

Response

Request completed successfully.

data
ApiKeyUsageRecord · object[]
required
page
UsagePage · object
required