# Get Upload Status (/api-reference/media/get-upload-status)



{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Check the status of a media upload. Poll this endpoint until status is `completed` or `failed`. This endpoint is free and does not cost any credits.

**Possible statuses:**

* `pending` — Upload is queued
* `processing` — Download/upload in progress
* `completed` — Upload finished, `media` and `credits_used` are included
* `failed` — Upload failed, `error` is included

<APIPage document={"https://app.onlyfansapi.com/scribe-docs/openapi.yaml"} operations={[{"path":"/api/{account}/media/uploads/{upload}/status","method":"get"}]} />
