Get project by name

View as Markdown
Get a specific project by its workspace and name. Example: ``` GET /apis/entities/v2/workspaces/default/projects/ml-project ```

Path parameters

workspacestringRequired
namestringRequired

Response

Successful Response
idstring
Unique identifier
namestring
Project name
workspacestring
Workspace identifier
created_atdatetime
Creation timestamp
updated_atdatetime
Last update timestamp
descriptionstring
Project description

Errors

422
Unprocessable Entity Error