action setlist_resource_1_0_artist_mbid_setlists_get_artist_setlists_get { label: "." description: "
\nGet a list of an artist's setlists.\n
" provider: setlist method: GET path: "/1.0/artist/{mbid}/setlists" encoding: json input: { type: "object" properties: { mbid: { type: "string" } p: { type: "string" } } required: ["mbid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }