Skip to main content
GET
Get daily per-TSP data coverage (fill-rate) stats

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

date
string<date> | null

Calendar day to fetch (YYYY-MM-DD). Defaults to the latest available rollup date.

tsp_slug
string | null

Restrict results to a single TSP by slug (e.g. 'samsara').

entity
enum<string> | null

Restrict results to a single entity.

Available options:
vehicle,
user,
vehicle_location

Response

Successful Response

tsp_id
string<uuid>
required

Catena TSP identifier.

date
string<date>
required

Calendar day this snapshot covers (YYYY-MM-DD).

fields
FieldCoverageStat · object[]
required

Fill-rate stats for each tracked field, for this TSP on this day.

tsp_slug
string | null

Human readable slug of the TSP (e.g., 'samsara'). Null if not resolved.