๐งช Fleet 360
Retrieve roadside inspection records for the fleet linked to the given identifier, ordered by inspection date, most recent first. Identify the fleet using exactly one of fleet_id, fleet_ref, connection_id, vehicle_id, or vin. Returns an empty page if the fleet is accessible but not yet linked to a SAFER record.
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.
Query Parameters
Look up the fleet using Catena's fleet ID. For your own fleet identifiers, use fleet_ref instead
Look up the fleet using your organization's fleet reference identifier.
Look up the fleet using a specific provider connection. This is the UUID assigned by Catena when your fleet connects to a TSP.
Look up the fleet that operates this vehicle, using Catena's vehicle ID.
Look up the fleet that operates the vehicle with this VIN.
Return only records on or after this date. Format: YYYY-MM-DD
Return only records on or before this date. Format: YYYY-MM-DD
Cursor 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