---
title: "GET /api/v1.0/stuart/jobs/{jobId}"
method: GET
path: "/api/v1.0/stuart/jobs/{jobId}"
tags: ["Stuart"]
---

# GET /api/v1.0/stuart/jobs/{jobId}

`GET /api/v1.0/stuart/jobs/{jobId}`

## Path parameters

- `jobId` integer, required

## Query parameters

- `storeId` integer, required

## Response `200`

OK

- RestApiResultJobResponse — Rest api result
  - `Data` JobResponse, required — Job Response
    - `Id` integer — Id
    - `CreatedAt` string, date-time, nullable — Created At
    - `Status` string — Status
    - `PackageType` string — Package Type
    - `TransportType` string — Transport Type
    - `AssignmentCode` string — Assignment Code
    - `PickupAt` string — Pickup At
    - `DropoffAt` string — Dropoff At
    - `Comment` string — Comment
    - `Distance` number, double, nullable — Distance
    - `Duration` integer, nullable — Duration
    - `Deliveries` JobDelivery[] — Deliveries
      - `Id` integer — Id
      - `Status` string — Status
      - `PickedAt` string — Picked At
      - `DeliveredAt` string — Delivered At
      - `TrackingUrl` string — Tracking Url
      - `ClientReference` string — Client Reference
      - `PackageDescription` string — Package Description
      - `PackageType` string — Package Type
      - `Pickup` JobDeliveryDetail — Job Delivery Detail
        - `Id` integer — Id
        - `Latitude` number, double, nullable — Latitude
        - `Longitude` number, double, nullable — Longitude
        - `Comment` string — Comment
        - `Address` JobAddress — Job Address
          - `Street` string — Street
          - `Postcode` string — Postcode
          - `City` string — City
          - `Country` string — Country
          - `Zone` string — Zone
          - `FormattedAddress` string — Formatted Address
        - `Contact` JobContact — Job Contact
          - `Firstname` string — Firstname
          - `Lastname` string — Lastname
          - `Phone` string — Phone
          - `Email` string — Email
          - `Company` string — Company
          - `CompanyName` string — Company Name
      - `Dropoff` JobDeliveryDetail — Job Delivery Detail
        - `Id` integer — Id
        - `Latitude` number, double, nullable — Latitude
        - `Longitude` number, double, nullable — Longitude
        - `Comment` string — Comment
        - `Address` JobAddress — Job Address
          - `Street` string — Street
          - `Postcode` string — Postcode
          - `City` string — City
          - `Country` string — Country
          - `Zone` string — Zone
          - `FormattedAddress` string — Formatted Address
        - `Contact` JobContact — Job Contact
          - `Firstname` string — Firstname
          - `Lastname` string — Lastname
          - `Phone` string — Phone
          - `Email` string — Email
          - `Company` string — Company
          - `CompanyName` string — Company Name
      - `Eta` JobEta — Job Eta
        - `Pickup` string — Pickup
        - `Dropoff` string — Dropoff
      - `Cancellation` JobCancellation — Job Cancellation
        - `CanceledBy` string — Canceled By
        - `ReasonKey` string — Reason Key
        - `Comment` string — Comment
      - `Proof` JobProof — Job Proof
        - `SignatureUrl` string — Signature Url
    - `Pricing` JobPricing — Job Pricing
      - `Currency` string — Currency
      - `TaxPercentage` number, double, nullable — Tax Percentage
      - `PriceTaxIncluded` number, double, nullable — Price Tax Included
      - `PriceTaxExcluded` number, double, nullable — Price Tax Excluded
      - `TaxAmount` number, double, nullable — Tax Amount
      - `InvoiceUrl` string — Invoice Url
    - `Driver` JobDriver — Job Driver
      - `Id` integer — Id
      - `DisplayName` string — Display Name
      - `Phone` string — Phone
      - `PictureUrl` string — Picture Url
      - `TransportType` string — Transport Type
      - `Latitude` number, double, nullable — Latitude
      - `Longitude` number, double, nullable — Longitude

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
