action inboxroute_get_contacts { label: "get_contacts" description: "Get a paged result of contacts from a list" provider: inboxroute method: GET path: "/contacts" encoding: json input: { type: "object" properties: { limit: { type: "string" } listid: { type: "string" } offset: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }