---
title: "Get Assets"
method: GET
path: "/v1/org/assets"
tags: ["Organization"]
---

# Get Assets

`GET /v1/org/assets`

Get the organization assets, one row per (asset, organization) pair.

An asset's category can belong to multiple organizations; one asset row is
emitted per owning org so no association is silently dropped.

## Query parameters

- `organization_ids` string[], nullable — Restrict results to one or more organizations the caller belongs to. Repeat the parameter to target multiple orgs (e.g. `?organization_ids=<id1>&organization_ids=<id2>`). Omit to return data from every organization the caller has access to.

## Response `200`

Successful Response

- OrganizationAssetsResponse
  - `data` CategoryAssetWithCategory[], required
    - `id` string, uuid, required
    - `name` string, required
    - `website` string, required
    - `alternate_domains` string[], nullable
    - `is_owned` boolean, required
    - `created_at` string, date-time, required
    - `logo_url` string, required
    - `category` Category, required
      - `id` string, uuid, required
      - `name` string, required
    - `organization` Organization, required
      - `id` string, uuid, required
      - `name` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cooper-square-technologies/apis/external-api.md) · [All operations](https://skmtc.net/cooper-square-technologies/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cooper-square-technologies/external-api/versions/ab03b3c80494/schema)
