# Get deploy job `GET` `/api/v1/carve/projects/{project_id}/deploy/{job_id}` Poll the status of a deploy job created by `POST //deploy`. `results` is `null` while the job is pending or processing; once complete or failed it contains `success_count` and `total_count`. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | job_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | job_id | string | — | | status | string | — | | export_name | string | — | | scenario_id | string | — | | created_at | string | — | | updated_at | string | — | | results | object | — | | results.success_count | integer | — | | results.total_count | integer | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found |