action openpolicy_get_document_with_path { label: "Get a document (with input)" description: "The 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 provided an input document but the query has already defined it.\n\nIf `path` indexes into an array, the server will attempt to convert the array index to an integer. If the path element cannot be converted to an integer, a *not found* response (404) will be returned." provider: openpolicy method: POST path: "/v1/data/{path}" encoding: json output: { type: "object" additionalProperties: true } }