---
title: "Get Asset List"
method: GET
path: "/v1/assets"
tags: ["assets"]
---

# Get Asset List

`GET /v1/assets`

Get user asset list

## Query parameters

- `offset` integer
- `limit` integer
- `search` string

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `message` string, required
  - `data` AssetListItem[], required
    - `asset_count` integer, required
    - `asset_id` string, required
    - `uploaded_at` string, required
    - `name` string, required

## Other responses

- `401` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added
- **2025-08-13** `c41cd7ae7718` — 1 breaking
  - api path removed without deprecation
- **2024-09-22** `407b73d9ce28` — 1 info
  - added the new optional `header` request parameter `X-Team-Id`
- **2024-04-19** `ba8a20839440` — 2 breaking, 12 info
  - removed the required property `data` from the response with the `401` status
  - removed the required property `data` from the response with the `500` status
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `500` status
  - …10 more
- **2024-01-31** `4f557b176ebd` — 1 breaking, 5 info
  - for the `query` request parameter `offset`, the type/format was changed from `string`/`` to `integer`/``
  - the `query` request parameter `limit` became optional
  - the `query` request parameter `offset` became optional
  - the response property `data/items/name` became required for the status `200`
  - …2 more

[Full history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/assets/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/c9df54e2fb2c/schema)
