---
title: "Retrieve upload token"
method: GET
path: "/upload-tokens/{uploadToken}"
tags: ["Upload Tokens"]
---

# Retrieve upload token

`GET /upload-tokens/{uploadToken}`

Retrieve details about a specific upload token by id.

## Path parameters

- `uploadToken` string, required

## Response `200`

Success

- UploadToken
  - `token` string — The unique identifier for the token you will use to authenticate an upload.
  - `ttl` integer — Time-to-live - how long the upload token is valid for.
  - `createdAt` string, date-time — When the token was created, displayed in ATOM UTC format.
  - `expiresAt` string, date-time, nullable — When the token expires, displayed in ATOM UTC format.

## Other responses

- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/revisions/45ec26f342b6/schema)
