---
title: "GET /assets"
method: GET
path: "/assets"
---

# GET /assets

`GET /assets`

## Query parameters

- `nextToken` string
- `maxResults` string

## Response `200`

200 response

- Assets
  - `assets` object[], required
    - `assetId` string, required
    - `content` string
    - `contentMD5` string, nullable, required
    - `createdBy` string, nullable, required
    - `createdTime` string, nullable, required
    - `description` string, nullable, required
    - `name` string, nullable, required
    - `updatedBy` string, nullable, required
    - `updatedTime` string, nullable, required
  - `nextToken` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

> 40 revisions in range; 1 could not be searched.

- **2022-09-13** `b8d771f64c04` — 1 info
  - added the required property `assets/items/contentMD5` to the response with the `200` status
- **2021-11-05** `9788e6bfa925` — 2 breaking
  - the `assets/items/content` response property's maxLength was unset from `6250000` for the response status `200`
  - removed the required property `assets/items/contentMD5` from the response with the `200` status

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/assets/get.md)

---

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