List Projects
Retrieves a list of Projects associated with a Workspace
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
ownerKeyOrId
The key or ID of the Workspace that owns the Projects
Query parameters
page[limit]
Maximum number of items to return
page[offset]
Number of items to skip
Response
This endpoint returns an object.
data
List of Project items returned in the response
meta
Pagination metadata for the response
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error