action just_eat_get_delivery_pools_delivery_pool_id_availability_relative { label: "Get availability for pickup" description: "Get the current amount of time it will take a driver to collect a new order from a restaurant in the pool." provider: just_eat method: GET path: "/delivery/pools/{deliveryPoolId}/availability/relative" encoding: json output: { type: "object" properties: { bestGuess: { type: "string" description: "Your best estimation (hh:mm:ss)" } } } }