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

# Get an upload session

MCP tool `get_upload_session`, calling `GET /v1/media/upload-sessions/{id}`.

Checks whether a browser upload finished. When status is completed, files contains the public URLs to attach to a post.

Read only: yes.

## Parameters

- `id` (string, required) — Upload session id from create_upload_session.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.