Compute Endpoints
owner:The owner of this compute job
documentId: String object containing document id (e.g. a DID)
jobId: String object containing workflowId
dateCreated: Unix timestamp of job creation
dateFinished: Unix timestamp when job finished (null if job not finished)
status: Int, see below for list
statusText: String, see below
algorithmLogUrl: URL to get the algo log (for user)
resultsUrls: Array of URLs for algo outputs
resultsDid: If published, the DIDstatus
Description
Create or restart compute job
Status and Result
GET /api/services/compute
GET /api/services/computeResult
Stop
PUT /api/services/compute
Delete
DELETE /api/services/compute
GET /api/services/computeEnvironments
Last updated
Was this helpful?

