action inboxroute_get_contacts_lists { label: "get_contacts_lists" description: "Get a paged result of contact lists." provider: inboxroute method: GET path: "/contacts/lists" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }