action contract_p_get_document_delete_resource { label: "Get the document" description: "Simple endpoint that will fetch the given document\n\n**Permission required:** review" provider: contract_p method: GET path: "/documents/{document_id}" encoding: json output: { type: "object" additionalProperties: true } }