---
title: "Get Landscaping Proposal Preprocessing Status"
method: GET
path: "/landscaping-proposals/events/{event_id}/preprocessing"
tags: ["landscaping-proposals"]
---

# Get Landscaping Proposal Preprocessing Status

`GET /landscaping-proposals/events/{event_id}/preprocessing`

## Path parameters

- `event_id` string, required

## Response `200`

Successful Response

- LandscapingProposalPreprocessingStatus
  - `event_id` string, uuid, required
  - `status` 'waiting_for_upload' | 'processing' | 'ready' | 'failed', required
  - `ready` boolean, required
  - `progress_percent` integer
  - `current_stage` 'waiting_for_upload' | 'analyzing_assets' | 'ready' | 'needs_attention', required
  - `message` string, required
  - `photos` LandscapingProposalPreprocessingCounts, required
    - `total` integer
    - `pending_upload` integer
    - `queued` integer
    - `processing` integer
    - `completed` integer
    - `failed` integer
  - `audio` LandscapingProposalPreprocessingCounts, required
    - `total` integer
    - `pending_upload` integer
    - `queued` integer
    - `processing` integer
    - `completed` integer
    - `failed` integer
  - `failed_assets` object[]

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/216c8523b7ae?raw)
