Get

Refreshes and retrieves a Reelables asset by its external ID. | authz: min_org_role=operator | () -> (ReelablesAsset1)

Authentication

AuthorizationBearer

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

Path parameters

asset_idstringRequired

Response

Successful Response
_idstring
asset_idstring
namestring
org_idstring

Must be a string starting with org_

schema_versioninteger
workspace_idstring
created_at_timestampdatetime or null
destination_geofence_locationobject or null

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

destination_geofence_radius_milesdouble<=10000Defaults to 0.1
labelobject or null
last_seen_at_locationobject or null

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

last_seen_at_location_citystring or null
last_seen_at_location_large_citystring or null
last_seen_at_timestampdatetime or null
synced_at_timestampdatetime or null

Errors

422
Assets Get V1request Unprocessable Entity Error