---
title: "Get collaborator metadata"
method: GET
path: "/api/v2/collaborator/{uuid}"
tags: ["Collaborator"]
---

# Get collaborator metadata

`GET /api/v2/collaborator/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

A collaborator response

- CollaboratorResponse
  - `type` string
  - `object` Collaborator
    - `uuid` string
    - `collaboratorId` string
    - `name` string
    - `imageUrl` string
    - `isni` string
    - `ipi` string
    - `roles` string[]
    - `countryCode` string
    - `webUrl` string
    - `biography` string
    - `gender` string
    - `type` string
    - `birthDate` string, date-time
    - `cityName` string
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Collaborator not found

## Changes

- **2026-07-31** `3c3527dd7996` — 1 breaking
  - the `object/roles` response's property type changed from `string` to `array` for status `200`

[Change history](https://skmtc.dev/soundcharts/apis/soundcharts-api/changes/api/v2/collaborator/:uuid/get.md)

---

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