---
title: "Inspects the details of the file for a track"
method: GET
path: "/tracks/{track_id}/inspect"
tags: ["tracks"]
---

# Inspects the details of the file for a track

`GET /tracks/{track_id}/inspect`

Inspect a track

## Path parameters

- `track_id` string, required

## Query parameters

- `original` boolean

## Response `200`

Success

- TrackInspect
  - `data` BlobInfo
    - `size` integer, required
    - `content_type` string, required

## Other responses

- `400` — Bad request
- `500` — Server error

---

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