v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Media

Get the status of a presigned upload slot.

get/media/uploads/{id}

Path parameters

idstring required

Upload slot id

Response

Returns the slot status

idstring nullable

The upload slot id.

statusstring nullable

The current state: pending (awaiting upload), uploaded (object present, not finalized), or completed (media record created).

keystring nullable

The S3 object key for this slot.

created_atstring date-time

When the slot was created (UTC).

expires_atstring date-time

When the presigned URL expires (UTC).

media_idstring nullable

The created media id once the slot has been finalized; otherwise null.