action clicksend_get_a_specific_contact_list { label: "Get a specific contact list" description: "" provider: clicksend method: GET path: "/lists/{list_id}" encoding: json input: { type: "object" properties: { list_id: { type: "number" } } required: ["list_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }