---
title: "Get the access-control record for an asset"
method: GET
path: "/api/assets/{assetId}/access-control"
tags: ["Assets"]
---

# Get the access-control record for an asset

`GET /api/assets/{assetId}/access-control`

## Path parameters

- `assetId` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `assetId` string, required
    - `assetType` string, required
    - `ownedByCompanyId` string, required
    - `sharedWithCompanyId` string, required
    - `sharedByCompanyId` string, required
    - `rights` string[], required
    - `status` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `sharedByCompanyProfile` object, nullable, required
      - `forCompanyId` string, required
      - `byCompanyId` string, required
      - `displayName` string, nullable, required
    - `ownedByCompanyProfile` object, nullable, required
      - `forCompanyId` string, required
      - `byCompanyId` string, required
      - `displayName` string, nullable, required
    - `sharedWith` object[], required
      - `sharedWithCompanyId` string, required
      - `assetId` string, required
      - `assetType` string, required
      - `rights` string[], required
      - `status` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `companyProfile` object, nullable, required
        - `forCompanyId` string, required
        - `byCompanyId` string, required
        - `displayName` string, nullable, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 6 breaking, 12 info
  - the response property `data/ownedByCompanyProfile` became nullable for the status `200`
  - the response property `data/sharedByCompanyProfile` became nullable for the status `200`
  - the response property `data/sharedWith/items/companyProfile` became nullable for the status `200`
  - the `data/ownedByCompanyProfile` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - …14 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/assets/:assetId/access-control/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
