Skip to main content

Get robot request status

GET 

/robot-requests/status

Retrieve the status of robot requests.

Request

Query Parameters

    stationId uuid

    The ID of the station to filter robot requests

    storeId uuid

    The ID of the store to filter robot requests

Responses

Robot request status

Schema
  • Array [
  • _id uuid
    stationId object
    locationId string
    missionLogId uuid
    assignedRobot uuid
    load object
    status string

    Possible values: [requested, processing, approved, initiated, completed, aborted, cancelled]

    sku string[]
    requestType string

    Possible values: [pickup, dropoff, empty]

    trolleyCount number
    finishedAt date-time
    processedAt date-time
    approvedAt date-time
    initiatedAt date-time
    bufferId object
    properties object
    storeId uuid
    from string

    Possible values: [station, store]

    message string
    createdAt date-time
    updatedAt date-time
  • ]
Loading...