---
title: "List all active upload tokens"
method: GET
path: "/upload-tokens"
tags: ["Upload Tokens"]
---

# List all active upload tokens

`GET /upload-tokens`

Retrieve a list of all currently active delegated tokens.

## Query parameters

- `sortBy` 'createdAt' | 'ttl'
- `sortOrder` 'asc' | 'desc'
- `currentPage` integer
- `pageSize` integer

## Response `200`

Success

- TokenListResponse
  - `data` UploadToken[], required
    - `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.
  - `pagination` Pagination, required
    - `itemsTotal` integer — Total number of items that exist.
    - `pagesTotal` integer — Number of items listed in the current page.
    - `pageSize` integer — Maximum number of item per page.
    - `currentPage` integer — The current page index.
    - `currentPageItems` integer — The number of items on the current page.
    - `links` PaginationLink[], required
      - `rel` string
      - `uri` string, uri

## Other responses

- `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)
