Projects

Get Project Card

get/api/v1/projects/{project_id}

Path parameters

project_idstring uuid required

Response

Successful Response

project_idstring uuid required

The unique identifier of the project

project_namestring required

The name of the project, used to identify it in the web UI

project_status'draft' | 'deploying' | 'live' | 'error' required
created_atstring date-time required
updated_atstring date-time required
deployments_are_publicboolean required
deployments_are_enabledboolean required
metadataobject
last_conversation_idstring uuid nullable required

The unique identifier of the conversation

Changes