---
title: "Read Temperature"
method: POST
path: "/temperature/read"
tags: ["control"]
---

# Read Temperature

`POST /temperature/read`

Read the current Temperature and maximum Temperature of the robot's motors.

## Query parameters

- `robot_id` integer

## Response `200`

Successful Response

- TemperatureReadResponse — Response to read the Temperature of the robot.
  - `current_max_Temperature` Temperature[], nullable, required — A list of Temperature objects, one for each joint. If the robot is not connected, this will be None.
    - `current` number, nullable, required
    - `max` number, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/phospho/apis/fastapi.md) · [All operations](https://skmtc.net/phospho/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phospho/fastapi/versions/93e83588fc02/schema)
