MCP

get_upload_sessionread only

Get an upload session

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

Category
Media
Calls
GET/v1/media/upload-sessions/{id}
Safe to auto-approve
Yes. It only reads data.

Parameters

idstringrequired

Upload session id from create_upload_session.

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "get_upload_session",
  "arguments": {
    "id": "a1b2c3d4-0000-4000-8000-000000000000"
  }
}