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

# Get a delivery window

> Retrieve a single delivery window by ID, including its time slot, capacity, and status.



## OpenAPI

````yaml get /v1/delivery-window/{id}
openapi: 3.1.0
info:
  title: Nash API
  version: 1.0.0
servers:
  - url: https://api.sandbox.usenash.com
    description: Sandbox API
  - url: https://api.sandbox.ap-southeast-2.usenash.com
    description: Sandbox API (Australia)
  - url: https://api.usenash.com
    description: Production API
  - url: https://api.ap-southeast-2.usenash.com
    description: Production API (Australia)
security: []
tags:
  - name: Notifications
    description: Notifications
    x-nash-topic: config
  - name: Annotate
    description: Annotate
    x-nash-topic: wismo
  - name: Notifications — Send
    description: One-off notification send without a NotificationTrigger.
    x-nash-topic: notifications
  - name: Shipping
    description: Shipping operations
    x-nash-topic: shipping
  - name: Workflow
    description: Workflow automation management
    x-nash-topic: scheduling
  - name: Workflow Execution
    description: Workflow execution history and monitoring
    x-nash-topic: scheduling
  - name: Optimization Strategies
    description: Create, read, update, and delete route optimization strategies.
    x-nash-topic: scheduling
  - name: AI Agents
    description: AI agent management — create, read, update, and delete agents
    x-nash-topic: config
  - name: AI Functions
    description: LLM-backed domain tools
    x-nash-topic: ai
  - name: Webhooks
    description: Webhook delivery inspection
    x-nash-topic: webhooks
  - name: Fleet Simulator
    description: Simulate delivery status transitions in dev and sandbox environments.
    x-nash-topic: testing
  - name: Miscellaneous
    description: Miscellaneous
  - name: Job
    description: Job
    x-nash-topic: wismo
  - name: Batch Job
    description: Batch Job
    x-nash-topic: wismo
  - name: Order
    description: Order
    x-nash-topic: wismo
  - name: Route
    description: Route
    x-nash-topic: scheduling
  - name: Provider
    description: Provider
    x-nash-topic: provider
  - name: Dispatch Strategies
    description: Dispatch Strategies
    x-nash-topic: scheduling
  - name: Store Locations
    description: Store Locations
    x-nash-topic: config
  - name: Vehicles
    description: Vehicles
    x-nash-topic: provider
  - name: Couriers
    description: Couriers
    x-nash-topic: provider
  - name: Shifts
    description: Shifts
    x-nash-topic: provider
  - name: Delivery Windows
    description: Delivery Windows
    x-nash-topic: config
  - name: Templates
    description: Templates
    x-nash-topic: config
  - name: Zones
    description: Zones
    x-nash-topic: config
  - name: Feedback
    description: Feedback
    x-nash-topic: reporting
  - name: Organizations
    description: Organizations
    x-nash-topic: config
  - name: Store Catalog
    description: Store Catalog
    x-nash-topic: config
  - name: Messaging
    description: Messaging
    x-nash-topic: config
  - name: Contracts
    description: Provider contract pricing and version listings
    x-nash-topic: provider
  - name: Event Timeline
    description: Entity-scoped event timeline + outbound provider traffic for one entity.
    x-nash-topic: internal
  - name: Fleet
    description: Inbound endpoints fleets call to update in-flight deliveries.
    x-nash-topic: delivery
  - name: Route Restrictions
    description: Org-scoped geographic areas the route optimizer must avoid traversing.
    x-nash-topic: config
  - name: Users
    description: User, role, and organization-membership management.
    x-nash-topic: config
paths:
  /v1/delivery-window/{id}:
    get:
      tags:
        - Delivery Windows
      summary: Get a delivery window
      description: >-
        Retrieve a single delivery window by ID, including its time slot,
        capacity, and status.
      operationId: get_delivery_window_v1_delivery_window__string_id__get
      parameters:
        - name: id
          in: path
          description: The id of the delivery window
          required: true
          schema:
            title: Id
            type: string
            description: The id of the delivery window
            example: dlw_abc|10:00|12:00|2025-10-22
          example: dlw_abc|10:00|12:00|2025-10-22
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DeliveryWindowOutput'
        '422':
          description: Unprocessable Content
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/NashValidationError'
components:
  schemas:
    DeliveryWindowOutput:
      title: DeliveryWindowOutput
      required:
        - id
        - name
        - startTime
        - startTimeLocal
        - endTime
        - endTimeLocal
        - timezoneId
        - cutoffTime
        - cutoffTimeLocal
        - rrule
        - exceptionDates
        - allowedTags
        - leadTimeMinutes
        - priceCents
        - minimumOrderValueCents
        - maximumCapacity
        - storeLocationId
        - zoneId
        - zoneExternalId
        - windowMetadata
        - isActive
        - isDeleted
      type: object
      properties:
        id:
          title: Id
          type: string
          description: The ID of the delivery window.
          example: dw_01234567890123456789
        name:
          title: Name
          type: string
          description: The name of the delivery window.
          example: Monday Delivery Window
        startTime:
          title: Starttime
          type: string
          description: The start time of the delivery window.
          example: '2024-01-01T10:00:00Z'
        startTimeLocal:
          title: Starttimelocal
          type: string
          description: The start time of the delivery window in local timezone.
          example: '2024-01-01T10:00:00'
        endTime:
          title: Endtime
          type: string
          description: The end time of the delivery window.
          example: '2024-01-01T12:00:00Z'
        endTimeLocal:
          title: Endtimelocal
          type: string
          description: The end time of the delivery window in local timezone.
          example: '2024-01-01T12:00:00'
        timezoneId:
          title: Timezoneid
          type: string
          description: The timezone id of the delivery window.
          example: America/New_York
        cutoffTime:
          title: Cutofftime
          type: string
          description: The cutoff time of the delivery window.
          example: '2024-01-01T10:00:00Z'
        cutoffTimeLocal:
          title: Cutofftimelocal
          type: string
          description: The cutoff time of the delivery window in local timezone.
          example: '2024-01-01T10:00:00'
        rrule:
          title: Rrule
          type: string
          description: The rrule of the delivery window.
          example: RRULE:FREQ=WEEKLY;BYDAY=MO
        exceptionDates:
          title: Exceptiondates
          type: array
          items:
            type: string
          description: The exception dates of the delivery window.
          example:
            - '2024-01-01'
            - '2024-01-02'
        allowedTags:
          title: Allowedtags
          type: array
          items:
            type: string
          description: The allowed tags of the delivery window.
          example:
            - service:rapid
            - service:express
            - franchise_location
        leadTimeMinutes:
          title: Leadtimeminutes
          type: integer
          description: The lead time of the delivery window.
          example: 60
        priceCents:
          title: Pricecents
          type: integer
          description: The price of the delivery window.
          example: 1000
        minimumOrderValueCents:
          title: Minimumordervaluecents
          type: integer
          description: The minimum order value of the delivery window.
          example: 1000
        maximumCapacity:
          title: Maximumcapacity
          type: integer
          description: The maximum capacity of the delivery window.
          example: 1000
        storeLocationId:
          title: Storelocationid
          type: string
          description: The store location id of the delivery window.
          example: stl_01234567890123456789
        zoneId:
          title: Zoneid
          type: string
          description: The zone id of the delivery window.
          example: zone_01234567890123456789
        zoneExternalId:
          title: Zoneexternalid
          type: string
          description: The external zone id of the delivery window.
          example: ext_01234567890123456789
        windowMetadata:
          title: Windowmetadata
          type: object
          additionalProperties: true
          description: The metadata of the delivery window.
          example:
            key: value
        isActive:
          title: Isactive
          type: boolean
          description: Whether the delivery window is active.
          example: true
        isDeleted:
          title: Isdeleted
          type: boolean
          description: Whether the delivery window is deleted.
          example: false
      description: Response for a delivery window.
    NashValidationError:
      title: NashValidationError
      required:
        - error
        - response_status
        - RequestID
      type: object
      properties:
        error:
          $ref: '#/components/schemas/NashErrorDetails'
        response_status:
          title: Response Status
          type: string
        RequestID:
          title: Requestid
          type: string
    NashErrorDetails:
      title: NashErrorDetails
      required:
        - code
        - message
      type: object
      properties:
        code:
          title: Code
          type: string
        message:
          title: Message
          type: string
        details:
          title: Details
          anyOf:
            - type: object
              additionalProperties: true
            - type: 'null'
          default: null

````