action contract_p_get_document_transform_resource { label: "Get custom output formatted document" description: "If you have a custom output configured (this is set by contract.fit team), This allows you to\nget the custom output formatted document.\n\n\n**Permission required:** review" provider: contract_p method: GET path: "/documents/{document_id}/custom_output" encoding: json output: { type: "object" additionalProperties: true } }