---
title: "List assets for an AOI"
method: GET
path: "/v0/aois/{aoi_id}/assets"
tags: ["Assets"]
---

# List assets for an AOI

`GET /v0/aois/{aoi_id}/assets`

List all assets for a given AOI with optional filtering

## Path parameters

- `aoi_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- AtlasAssetListResponseModel
  - `assets` AtlasAssetReadModel[]
    - `aoi_id` string
    - `area_in_sq_m` number
    - `asset_type` 'mosaic' | 'stac_item' | 'visualization'
    - `band_list` string[]
    - `centroid` number[]
    - `created_at` string
    - `date` string
    - `description` string
    - `geometry` AtlasPolygon
      - `type` string, required — GeoJSON geometry type. Must be "Polygon" for AOI boundaries
      - `coordinates` array[], required — Nested array of coordinates [[[lng,lat],...]] forming a closed polygon. Example: [[[49.32, 40.85], [49.32, 9.08], [110.7, 9.08], [110.7, 40.85], [49.32, 40.85]]]
        - array[]
          - number[]
    - `id` string
    - `name` string
    - `path` string
    - `progress` integer
    - `resolution` number
    - `status` 'success' | 'failed' | 'started' | 'creating'
    - `updated_at` string
    - `visualization_id` string
  - `pagination` CommonPagination
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/revisions/b501e2ca5a9d/schema)
