List album tracks
documentedRetrieve tracks contained in an album.
GET /album/{id}/tracksAlbumsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.deezer.com/album/{{$id}}/tracks?limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"