---
title: "Get Battery by Serial"
method: GET
path: "/v0/battery/{battery_serial}"
tags: ["Batteries"]
---

# Get Battery by Serial

`GET /v0/battery/{battery_serial}`

Fetch metadata about a single battery by its serial.

## Path parameters

- `battery_serial` string, required

## Response `200`

Battery returned from GET /battery endpoint

- object
  - `data` object, required — Battery returned from GET /battery endpoint
    - `battery` object, required
      - `battery_cells` object[] — Array of individual cells within a Battery
        - `cell_id` integer — Identifies which cell, 0, 1, 2, etc. this is within a Battery
        - `max_voltage` number — Maximimum voltage reported by a Battery Cell over its lifetime
        - `min_voltage` number — Minimum voltage reported by a Battery Cell over its lifetime
      - `battery_name` string — Name of the Battery
      - `battery_serial` string, required — Serial Number and primary Battery idenfitier
      - `cycles` integer — Count of charge/discharge cycles reported by a Battery
      - `flight_count` integer — How many Flights a Battery has been used with
      - `max_cell_temp` integer — Maximum temperature reported by a Battery across all cells
      - `max_voltage` number — Maximum voltage reported by a Battery across all cells
      - `min_cell_temp` integer — Minimum temperature reported by a Battery across all cells
      - `min_voltage` number — Minimum voltage reported by a Battery across all cells
      - `total_flight_time` integer — Total Flight Time of this battery, in seconds
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/skydio/apis/skydio-cloud-api.md) · [All operations](https://skmtc.net/skydio/apis/skydio-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skydio/skydio-cloud-api/revisions/0f746b116483/schema)
