---
title: "List all Assets"
method: GET
path: "/2024-09/account/assets"
tags: ["Settings"]
---

# List all Assets

`GET /2024-09/account/assets`

Retrieve a list of assets.

Required authorization scope: `public.asset:read`

## Query parameters

- `sort_by` 'type' | 'created_at'
- `sort_direction` 'ASC' | 'DESC'
- `type` 'logo' | 'tracking_email_ad' | 'tracking_page_ad'

## Response `200`

list of assets

- AssetList — List all assets
  - `assets` Asset[]
    - `id` string, uuid
    - `type` 'logo' | 'tracking_page_ad' | 'tracking_email_ad' — Asset type
    - `name` string, nullable — Asset name
    - `url` string, uri — Asset link
  - `meta` MetaWithPagination
    - `pagination` Pagination — Pagination
      - `next` integer, nullable
      - `count` integer, nullable — The total number of items. The `null` value is used with countless pagination (used for faster response on large datasets, like shipments).
      - `page` integer — Current page
    - `request_id` string — An unique ID represent the request.

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
