action cycat_get_relationships { label: "get_relationships" description: "Get relationship(s) UUID from a specified UUID." provider: cycat method: GET path: "/relationships/{uuid}" encoding: json output: { type: "object" additionalProperties: true } }