<!-- https://cutedyno.com/docs/mcp/tools/get_connect_session -->

# Get a connect session

MCP tool `get_connect_session`, calling `GET /v1/connect/sessions/{id}`.

Checks whether a connect flow finished. Prefer the connection.completed webhook over polling this.

Read only: yes.

## Parameters

- `id` (string, required) — Connect session id. get_connect_url returns it, and the OAuth redirect carries it as `state`.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.