Motion Logo Motion API Documentation
Support
API Keys

Get Project

Get a single project, given an ID

GET v1 / projects / {id}

Authorization

Authorization string required

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

Path Parameters

id string required

The ID of the project to return

Response

200 - application/json - object

id string required

name string required

description string required

The HTML contents of the description

workspaceId string required

The id of the workspace

status object required

The status of the project

Was this page helpful?