action setlist_resource_1_0_venue_venue_id_setlists_get_venue_setlists_get { label: "." description: "

\nGet setlists for a specific venue.\n

" provider: setlist method: GET path: "/1.0/venue/{venueId}/setlists" encoding: json input: { type: "object" properties: { p: { type: "string" } venueId: { type: "string" } } required: ["venueId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }