GET https://app.resemble.ai/api/v2/audio_source_tracings
Retrieve a paginated list of all source tracing reports for the authenticated user’s team.
page
page_size
$curl 'https://app.resemble.ai/api/v2/audio_source_tracings?page=1&page_size=10' \> -H 'Authorization: Bearer YOUR_API_TOKEN'
1{2 "success": true,3 "page": 1,4 "num_pages": 2,5 "page_size": 10,6 "total_count": 15,7 "items": [8 {9 "uuid": "8670b3cb8442fb4429a375c21545451a",10 "results": {11 "error_message": null,12 "label": "resemble_ai"13 },14 "created_at": "2025-05-13T19:15:32.250Z",15 "detect_uuid": "8c6e7a99f3faee6e0ec0cb138bdd4a20"16 }17 ]18}
uuid
results
results.label
resemble_ai
elevenlabs
real
results.error_message
created_at
detect_uuid
GET /api/v2/detect/:uuid