---
title: "Get Garmin Route Send Status"
method: GET
path: "/route-send/garmin/sessions/{session_id}"
tags: ["route-send"]
---

# Get Garmin Route Send Status

`GET /route-send/garmin/sessions/{session_id}`

Return the browser-safe status for a route-send session.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- RouteSendResponse — Browser-safe route-send state returned by public endpoints.
  - `status` 'authorization_required' | 'course_ready' | 'already_sent' | 'cancelled' | 'expired' | 'route_not_found' | 'route_not_ready' | 'missing_course_import' | 'provider_identity_collision' | 'alice_error' | 'rate_limited' | 'retry' | 'poll_needed' | 'session_not_found', required — Browser-safe route-send UX states.
  - `session_id` string, nullable
  - `authorization_url` string, nullable
  - `route_url` string, nullable
  - `gpx_url` string, nullable
  - `garmin_course_url` string, nullable
  - `garmin_course_id` string, nullable
  - `success_redirect_url` string, nullable
  - `response_surface` 'garmin_connect_course' | 'imperfect_owned' — Browser destination surface for the returned route-send state.
  - `returning_authorizer_token` string, nullable
  - `missing_source_fields` string[]
  - `historical_data_status` string, nullable
  - `historical_data_permissions` string[]
  - `retry_after_seconds` integer, nullable
  - `detail` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/imperfect/apis/imperfect-api.md) · [All operations](https://skmtc.dev/imperfect/apis/imperfect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imperfect/imperfect-api/revisions/cc2293a44257/schema)
