AlphaAlpha Docs

Queue variant coverage calculation

Queues an async coverage calculation for a specific variant within a project and returns a job reference.

GET
/projects/{projectId}/variant-coverage/{variantId}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
variantId*string

Query Parameters

targetWorker?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/variant-coverage/string"
{
  "assets": [
    {
      "blobId": "string",
      "created": "2019-08-24T14:15:22Z",
      "extension": "string",
      "fileSize": 0,
      "name": "string",
      "type": "IMAGE"
    }
  ],
  "completed": "2019-08-24T14:15:22Z",
  "created": "2019-08-24T14:15:22Z",
  "createdBy": "string",
  "currentAgentId": "string",
  "description": "string",
  "id": "string",
  "message": "string",
  "name": "string",
  "priority": "LOW",
  "progress": 0.1,
  "retries": 0,
  "runAfter": "2019-08-24T14:15:22Z",
  "started": "2019-08-24T14:15:22Z",
  "status": "PENDING",
  "targetWorker": "string",
  "tenantId": "string",
  "typeId": "string",
  "updated": "2019-08-24T14:15:22Z",
  "updatedBy": "string",
  "workerName": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}