project_status
Check a project's deployment state to see if it's live, failed, or still building, so you can decide whether to fetch logs or wait.
Instructions
State of one project. running means the site is live, failed means the build did not succeed — call logs to see why. Any other state means the build is still working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project identifier, as returned by `deploy` or `list_projects`. |