List export jobs

This call lists export jobs initiated by particular user.

Note that when you export a file from a project on CAVATICA into a volume, you write to your cloud storage bucket on Amazon Web Services.

📘

Please note that export from CAVATICA to Google Cloud Storage volumes is currently not supported.

Learn more about using the Volumes API for Amazon S3.

https://cavatica-api.sbgenomics.com/v2/storage/exports

Request

Example request

GET /v2/storage/exports HTTP/1.1
Host: cavatica-api.sbgenomics.com
X-SBG-Auth-Token: 3259c50e1ac5426ea8f1273259740f74
Content-type: application/json
curl -s -H "X-SBG-Auth-Token: 7942f56901534434a054dafc3813bc96" -H "Content-Type: application/json" -X GET "https://cavatica-api.sbgenomics.com/v2/storage/exports"

Header Fields

KeyDescription of value
X-SBG-Auth-Token
required
Your CAVATICA authentication token.
Content-type
required
application/json

Response

See a list of CAVATICA-specific response codes that may be contained in the body of the response.

Example response body

{
  "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports?offset=0&limit=50",
  "items": [
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/Yrand0mERJY4F3grand0mzh5UuTdw2Ap",
      "id": "Yrand0mERJY4F3grand0mzh5UuTdw2Ap",
      "state": "FAILED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/5rand0mXYcDQ3xtSHrKuK2jXNDtJhMBN",
      "id": "5rand0mXYcDQ3xtSHrKuK2jXNDtJhMBN",
      "state": "COMPLETED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/yrand0mqLcnVaDEFYyM75zZ7M6rvTeZm",
      "id": "yrand0mqLcnVaDEFYyM75zZ7M6rvTeZm",
      "state": "COMPLETED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/trand0mgPWZbeXxtADETWtFkrE87JBSd",
      "id": "trand0mgPWZbeXxtADETWtFkrE87JBSd",
      "state": "COMPLETED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/prand0mBrcK8tVRZJeQXs87mh6sH43tM",
      "id": "prand0mBrcK8tVRZJeQXs87mh6sH43tM",
      "state": "COMPLETED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/crand0mKvetGpxIjo088DnMXEg0t6srX",
      "id": "crand0mKvetGpxIjo088DnMXEg0t6srX",
      "state": "COMPLETED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/arand0mgUhk2SpByRg5SPZqTLOEYqG8o",
      "id": "arand0mgUhk2SpByRg5SPZqTLOEYqG8o",
      "state": "FAILED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/Urand0mpTzbRnFvf1X7AtTYgQgky9029",
      "id": "Urand0mpTzbRnFvf1X7AtTYgQgky9029",
      "state": "FAILED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/erand0md6gMeuLlhWTNVj192RsnOMgdB",
      "id": "erand0md6gMeuLlhWTNVj192RsnOMgdB",
      "state": "FAILED"
    },
    {
      "href": "https://cavatica-api.sbgenomics.com/v2/storage/exports/yrand0mrmxx4Zjr1u781HJaBGOhx02sd",
      "id": "yrand0mrmxx4Zjr1u781HJaBGOhx02sd",
      "state": "FAILED"
    }
  ],
  "links": []
}
Language