action telnyx_list_conferences { label: "List conferences" description: "Lists conferences. Conferences are created on demand, and will expire after all participants have left the conference or after 4 hours regardless of the number of active participants. Conferences are listed in descending order by `expires_at`." provider: telnyx method: GET path: "/conferences" encoding: json output: { type: "object" additionalProperties: true } }