Project API
Get a specific project by name
get/workspaces/{workspace_domain}/projects/{project_name}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
Response
Example response
{
"name": "my-project",
"display_name": "My Project"
}