Как дела у сайта
site_statusHow a site is doing: whether it is being served and how its build ended.
`project` is an id or a slug. One call instead of three (project,
deploys, live check of the address): an agent needs the conclusion, not
the raw material to assemble it from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Проект: слаг (`my-site`) или id. Слаг — то, что видно в адресе сайта; если пользователь назвал сайт словами, возьми слаг из `my_projects`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| project | Yes | ||
| serving | Yes | ||
| http_code | Yes | ||
| last_error | Yes | ||
| next_action | Yes | ||
| last_deploy_stage | Yes | ||
| last_deploy_status | Yes |