action crucible_get_contents { label: "getContents" description: "Returns the raw content of the specified file revision as a binary\n stream. No attempt is made to identify the content type and no mime\n type is provided." provider: crucible method: GET path: "/rest-service/repositories-v1/content/{repository}/{revision}/{path}" encoding: json output: { type: "object" additionalProperties: true } }