ConstReadonlyoperations: "/api/v1/operations"Create a new operation
ReadonlygetOperation: (operationId: string) => stringGet operation status by ID
ReadonlycancelOperation: (operationId: string) => stringCancel a running operation
Readonlyidentity: "/api/v1/identity"Get user identity
ReadonlydownloadArtifact: "/api/v1/artifacts/download"Download an artifact file
ReadonlylistArtifacts: (operationId: string) => stringList artifacts for an operation
Personal Server API endpoint paths.