action setlist_resource_1_0_search_artists_get_artists_get { label: "Search for artists." description: "Search for artists." provider: setlist method: GET path: "/1.0/search/artists" encoding: json input: { type: "object" properties: { artistMbid: { type: "string" } artistName: { type: "string" } artistTmid: { type: "string" } p: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }