🧪 Stop Detection
Retrieve detected stops for a specific vehicle at known places near the given coordinates. Finds all places whose centroid is within radius_m metres of the supplied lat/lon, then returns every stop this vehicle made at one of those places. Only stops matched to a known place are included — orphan stops are excluded. Results are ordered by start_date descending (most recent first).
This endpoint is available for early access. The core schema is stable, but minor details — such as field names or added fields — may change before it becomes generally available. Backward compatibility is not guaranteed.
See API Stability & Versioning for details on provisional endpoints.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Latitude of the target location (WGS 84, decimal degrees).
-90 <= x <= 90Longitude of the target location (WGS 84, decimal degrees).
-180 <= x <= 180Search radius in metres. Places whose centroid falls within this distance of the given coordinates are included. Default: 500 m. Maximum: 50 000 m.
x <= 50000Limit results to specific fleets using Catena's fleet IDs. For your own fleet identifiers, use fleet_refs instead To specify multiple values, repeat the parameter for each value (e.g., ?fleet_ids=id1&fleet_ids=id2).
100Limit results to specific fleets using your organization's fleet reference identifiers. To specify multiple values, repeat the parameter for each value (e.g., ?fleet_refs=ref1&fleet_refs=ref2).
100Limit results to a specific provider connection. This is the UUID assigned by Catena when your fleet connects to a TSP.
Return only records that were still active at or after this date and time. Format: ISO 8601 (UTC) Applies filter: ended_at >= active_from_datetime
"2026-07-07T02:04:07.307993Z"
Return only records that started before this date and time. Format: ISO 8601 (UTC) Applies filter: started_at < active_to_datetime
"2026-07-08T02:04:07.308053Z"
When true, return only stops that have been matched to a known place (i.e. place_id is set). Orphan stops — those not yet attached to a place — are excluded.
Limit results to stops with one of the specified categories. To specify multiple values, repeat the parameter (e.g. ?stop_categories=FUEL&stop_categories=REST).
50Return only stops whose duration is at least this many seconds. Long stops (no confirmed end) always pass this filter.
x >= 0Return only stops whose duration is at most this many seconds. Long stops (no confirmed end) are excluded when this filter is active.
x >= 0Cursor for the next page
Page size
1 <= x <= 1000Response
Successful Response
x >= 0Cursor to refetch the current page
Cursor to refetch the current page starting from the last item
Cursor for the previous page
Cursor for the next page