---
title: "Get Bus Tasks"
method: GET
path: "/bus/{vehicle_door_no}/tasks"
---

# Get Bus Tasks

`GET /bus/{vehicle_door_no}/tasks`

## Path parameters

- `vehicle_door_no` string, required

## Response `200`

Successful Response

- VehicleTask[]
  - `line_code` string, required
  - `route_code` string, nullable, required
  - `line_name` string, required
  - `task_start_time` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2024-11-30** `d584776ef3f5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/styrowolf/apis/fastapi/changes/bus/:vehicle_door_no/tasks/get.md)

---

[API](https://skmtc.dev/styrowolf/apis/fastapi.md) · [All operations](https://skmtc.dev/styrowolf/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/styrowolf/fastapi/revisions/1f272d11e862/schema)
