Get Projects

GA
Retrieve a list of projects including upload progress info.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Query parameters

nextstringOptional
The pagination token for the next page of projects.
prevstringOptional
The pagination token for the previous page of projects.
limitintegerOptional
Limit total values returned for projects. Defaults to 100. Max 100.
archivedbooleanOptional

Toggle between projects that have been archived (true) or not (false). Defaults to false.

typeenumOptional
Which project types to return
Allowed values:

Response

This endpoint returns an object.
limitinteger
datalist of objects
nextstring
prevstring
firstboolean
lastboolean

Errors

400
Bad Request
401
Unauthorized
404
Not Found
405
Method Not Allowed
429
Rate Limit Exceeded
500
Internal Server Error