---
title: "Get Bid Request"
method: GET
path: "/v0/bid-request"
tags: ["Bid Request"]
---

# Get Bid Request

`GET /v0/bid-request`

This route retrieves a bid request based on the id provided

## Query parameters

- `id` string, required — Unique identifier of the bid request
- `organizationId` string — Organization to which the bid request belongs

## Response `200`

Bid retrieved successfully

- object — Response containing bid details
  - `id` string, required — Unique identifier of the bid request
  - `phase` Phase, required — Phase information with type and start date
    - `phaseType` 'pending_quote' | 'pending_ntp' | 'pending_permit_submission' | 'pending_permit_approval' | 'pending_install_scheduling' | 'pending_install_complete' | 'pending_backfill' | 'pending_final_inspection_scheduling' | 'pending_final_inspection_complete' | 'pending_invoicing' | 'pending_payment_received' | 'completed' | 'pending_intro_call' | 'pending_sow_confirmation' | 'pending_sub_project_completion', required — Current phase of the bid
    - `phaseStartDate` string, required — The date and time the project entered the current phase
  - `homeowner` Homeowner, required — Homeowner contact information
    - `firstName` string, required — First name of the person
    - `lastName` string, required — Last name of the person
    - `email` string, email, required — Email address
    - `phone` string — Phone number
    - `phoneExtension` string — Phone extension
    - `preferredLanguage` 'ENGLISH' | 'SPANISH' — Preferred language for communication
    - `preferredContactMethod` 'CALL' | 'EMAIL' | 'TEXT' — Preferred method of contact
  - `propertyAddress` PropertyAddress, required — Property address information
    - `addressStreet` string, required — Street address
    - `city` string, required — City name
    - `stateCode` 'AS' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'MP' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'VI' | 'WA' | 'WV' | 'WI' | 'WY' | 'UNKNOWN', required — State code
    - `zip` string, required — ZIP code
    - `additionalInformation` string — Additional address information
    - `gateCode` string — Gate access code
    - `isHoaApprovalRequired` boolean, required — Indicates if HOA approval is required for the job
  - `url` string, uri, required — URL to access the resource

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/remihq/apis/remi-public-api.md) · [All operations](https://skmtc.dev/remihq/apis/remi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/remihq/remi-public-api/revisions/01989d1451a5/schema)
