---
title: "Get audio source tracing"
method: GET
path: "/audio_source_tracings/{uuid}"
tags: ["audioSourceTracing"]
---

# Get audio source tracing

`GET /audio_source_tracings/{uuid}`

Retrieve a single source tracing report by its UUID

## Path parameters

- `uuid` string, required

## Headers

- `Authorization` string, required

## Response `200`

Source tracing report

- AudioSourceTracingGetAudioSourceTracingResponse200
  - `success` boolean
  - `item` AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItem
    - `uuid` string
    - `results` AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItemResults
      - `label` string — Identified source (e.g., resemble_ai, elevenlabs) or "real" if audio is not synthetic
      - `error_message` string, nullable
    - `created_at` string, date-time
    - `detect_uuid` string — UUID of the associated detect object

## Other responses

- `404` — Source tracing report not found

---

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