action telnyx_list_document_links { label: "List all document links" description: "List all documents links ordered by created_at descending." provider: telnyx method: GET path: "/document_links" encoding: json output: { type: "object" additionalProperties: true } }