Motion Logo Motion API Documentation
Support
API Keys

List Projects

Get all projects for a workspace

GET v1 / projects

Authorization

Authorization string required

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

Query Parameters

cursor string

Use if a previous request returned a cursor. Will page through results

workspaceId string

The workspace for which all projects should be returned

Response

200 - application/json - object

meta object required

Contains the nextCursor, if one exists, along with the pageSize

projects array<object>

The projects returned

Was this page helpful?