search_by_isrc
Resolve an exact track using its ISRC code for catalog deduplication or linking. Provide the ISRC to retrieve the matching track from Spotify.
Instructions
Exact track resolution from an ISRC via the isrc: search filter — the dedupe/relink anchor for catalog work. Quota: 🟢 one GET /search call. Decision guide: search_by_isrc for ISRC-only exact match; search/search_deep for general text, search_fresh for tag:new newness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isrc | Yes | ISRC code, e.g. USUM71703861 (spaces/dashes tolerated) | |
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |