action openpolicy_get_document { label: "Get a document" description: "This API endpoint returns the document specified by `path`.\n\nThe server will return a *bad request* (400) response if either:\n- The query requires an input document and you do not provide it\n- You provide the input document but the query has already defined it." provider: openpolicy method: GET path: "/v1/data/{path}" encoding: json output: { type: "object" additionalProperties: true } }