Motion Logo Motion
API Keys

Get Project

Get a single project, given an ID

GET v1 / projects / {id}

Authorization

X-API-Key string required

Header with the name X-API-Key where the value is your API key.

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

createdTime datetime

The timestamp when the project was created

updatedTime datetime

The timestamp when the project was last updated

customFieldValues record<object>

Record of custom field values for the entity, where each key is the name of the custom field (not the ID). Each object contains a "type" discriminator and a "value" property that varies based on the field type.

Was this page helpful?