---
title: "Get Assets"
method: GET
path: "/api/v1/aRole/all"
tags: ["aRole"]
---

# Get Assets

`GET /api/v1/aRole/all`

## Query parameters

- `domain_id` string, required
- `assets_type` string
- `page` integer
- `size` integer

## Response `200`

Successful Response

- CustomizedPageARoleResponseDTO
  - `items` ARoleResponseDTO[], required
    - `id` string, uuid4, required
    - `user_id` string, nullable
    - `name` string, nullable
    - `domain_id` string, nullable
    - `account_id` string, nullable
    - `media_url` string, nullable
    - `type` 'image' | 'logo' | 'ai_image' | 'video' | 'audio' | 'junk' | 'text_to_image' | 'pdf' | 'font' | 'other', required
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `video_index` string, nullable
    - `indexingStatus` 'PENDING' | 'SUCCESS' | 'FAILED'
    - `orientation` string, nullable
    - `error_details` string, nullable
    - `annotations` object[], nullable
    - `summary` object, nullable
    - `chapter` object, nullable
  - `total` integer, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
