List Projects

Beta
Retrieves a list of Projects associated with a Workspace

Path parameters

ownerKeyOrIdstringRequired
The key or ID of the Workspace that owns the Projects

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

page[limit]integerOptional
Maximum number of items to return
page[offset]integerOptional
Number of items to skip

Response

This endpoint returns an object.
datalist of objects
List of Project items returned in the response
metaobject
Pagination metadata for the response

Errors