---
title: "List Project Assets"
method: GET
path: "/tenants/{tenant_id}/projects/{project_id}/assets"
tags: ["Projects"]
---

# List Project Assets

`GET /tenants/{tenant_id}/projects/{project_id}/assets`

Returns a list of project assets.

## Path parameters

- `tenant_id` string, uuid, required
- `project_id` string, uuid, required

## Response `200`

Project Assets successfully retrieved

- object
  - `project_assets` object[]
    - `id` string, uuid — Unique ID identifying the asset within Aurora.
    - `filename` string — Base name of the file with extension.
    - `temporary_access_url` string — Temporary URL to download the file (asset). Access expires after 24 hours. URL is refreshed on each request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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