---
title: "Get Launch Session Status"
method: GET
path: "/v1/partner/launch-sessions/{session_id}"
tags: ["partner"]
---

# Get Launch Session Status

`GET /v1/partner/launch-sessions/{session_id}`

Poll a launch session. Status moves created -> opened -> completed; sessions that pass their 48-hour expiry become expired. document_url is populated once the session is completed.

## Path parameters

- `session_id` string, required

## Response `200`

Current session status and timestamps.

- PartnerLaunchSessionStatusResponse
  - `session_id` string, required
  - `status` 'created' | 'opened' | 'completed' | 'expired', required
  - `created_at` string, date-time, required
  - `opened_at` string, date-time, nullable
  - `completed_at` string, date-time, nullable
  - `expires_at` string, date-time, required
  - `document_url` string, nullable — Populated once the session is completed.

## Other responses

- `401` — Invalid or expired access token, or the connection was revoked.
- `404` — Unknown session_id, or the session belongs to a different connection.

## Changes

- **2026-07-06** `667e3a14dd18` — 1 info
  - endpoint added
- **2026-03-16** `9695d93a926b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/everbility/apis/everbility-public-api/changes/v1/partner/launch-sessions/:session_id/get.md)

---

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