---
title: "Get a mileage purpose"
method: GET
path: "/mileage_purposes/{id}"
tags: ["Mileage Purposes"]
---

# Get a mileage purpose

`GET /mileage_purposes/{id}`

Returns a specific mileage purpose

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- MileagePurpose — Mileage purpose resource
  - `id` integer
  - `name` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
