> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usedroptrail.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Delivery Request

> Retrieve details of a specific delivery request

Get detailed information about a specific delivery request using its ID.

## Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier of the delivery request
</ParamField>

## Response

<ResponseField name="id" type="string">
  The unique identifier for the delivery request
</ResponseField>

<ResponseField name="status" type="string">
  Current status of the delivery request (PENDING, ACCEPTED, IN\_TRANSIT, DELIVERED, CANCELLED)
</ResponseField>

<ResponseField name="from_location" type="string">
  Full pickup location address
</ResponseField>

<ResponseField name="to_location" type="string">
  Full delivery destination address
</ResponseField>

<ResponseField name="receiver_phone" type="string">
  Phone number of the recipient in E.164 format
</ResponseField>

<ResponseField name="estimated_weight" type="number">
  Estimated weight of the package in kilograms
</ResponseField>

<ResponseField name="package_count" type="integer">
  Number of packages in the delivery
</ResponseField>

<ResponseField name="description" type="string">
  Package contents description and handling instructions
</ResponseField>

<ResponseField name="delivery_deadline" type="string">
  ISO 8601 formatted delivery deadline
</ResponseField>

<ResponseField name="is_interstate" type="boolean">
  Whether the delivery crosses state lines
</ResponseField>

<ResponseField name="created_at" type="string">
  ISO 8601 timestamp when the request was created
</ResponseField>

<ResponseField name="sender_id" type="string">
  ID of the user who created the request
</ResponseField>

<ResponseField name="estimated_price" type="number">
  Estimated delivery price in USD
</ResponseField>

## Example Response
