---
title: "Get all logos for the tenant"
method: GET
path: "/Logos"
tags: ["Logos"]
---

# Get all logos for the tenant

`GET /Logos`

## Response `200`

List of all logos for the tenant

- LogoListResponseDto — Response containing a list of logos
  - `logos` LogoResponseDto[]
    - `id` string
    - `name` string
    - `mimeType` string
    - `fileSizeBytes` union
      - integer
      - string, int64
    - `isDefault` boolean
    - `description` string, nullable
    - `url` string — Presigned URL for accessing the logo (expires after ~60 minutes)
    - `uploadedByName` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `total` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
