List export jobs

This call lists export jobs initiated by particular user.

Note that when you export a file from a project on the Platform into a volume, you write to your cloud storage bucket on Amazon Web Services or Google Cloud Storage.

Learn more about using the Volumes API for Amazon S3 and for Google Cloud Storage.

https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports

Request

Example request

GET /v2/storage/exports HTTP/1.1
Host: api.sb.biodatacatalyst.nhlbi.nih.gov
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://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports"

Header Fields

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

Response

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

Example response body

{
  "href": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports?offset=0&limit=50",
  "items": [
    {
      "href": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports/yrand0mrmxx4Zjr1u781HJaBGOhx02sd",
      "id": "yrand0mrmxx4Zjr1u781HJaBGOhx02sd",
      "state": "FAILED"
    },
    {
      "href": "https://fapi.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports/erand0md6gMeuLlhWTNVj192RsnOMgdB",
      "id": "erand0md6gMeuLlhWTNVj192RsnOMgdB",
      "state": "COMPLETED"
    },
    {
      "href": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports/Urand0mpTzbRnFvf1X7AtTYgQgky9029",
      "id": "Urand0mpTzbRnFvf1X7AtTYgQgky9029",
      "state": "COMPLETED"
    },
    {
      "href": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports/arand0mgUhk2SpByRg5SPZqTLOEYqG8o",
      "id": "arand0mgUhk2SpByRg5SPZqTLOEYqG8o",
      "state": "COMPLETED"
    },
    {
      "href": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/exports/crand0mKvetGpxIjo088DnMXEg0t6srX",
      "id": "crand0mKvetGpxIjo088DnMXEg0t6srX",
      "state": "COMPLETED"
    },
   }
  ],
  "links": []
}