Get a project
get_projectRetrieve a single project by its ID or subdomain to get its URL, status, and metadata. Specify a team ID if the project is part of a team.
Instructions
Fetch a single project by id or subdomain. Returns the project's url, status, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Project id (uuid) or subdomain | |
| teamId | No | Team id (uuid) if the project lives in a team |