POST
/
recording
/
play
{
  "message": "<string>",
  "status": "ok"
}

Query Parameters

robot_id
integer
default:0

Body

application/json

Request to play a recorded episode.

episode_path
string | null

Path to the .json or .parquet file of the episode to play.

Example:

"~/phosphobot/lerobot_v2/example_dataset/chunk-000/episode_000000.json"

Response

200
application/json
Successful Response

Default response. May contain other fields.

message
string | null
status
string
default:ok
Allowed value: "ok"