Retrieve a specific project using its unique identifier: either project ID or project name. Note: When using a project name as the identifier, it cannot contain slash (/), question mark (?), or pound sign (#) characters.
GET
/
v1
/
projects
/
{project_identifier}
Get project by ID or name
Copy
Ask AI
curl --request GET \ --url https://api.example.com/v1/projects/{project_identifier}
The project identifier: either project ID or project name. If using a project name, it cannot contain slash (/), question mark (?), or pound sign (#) characters.