---
title: "GET top level summary for specific solar farm."
method: GET
path: "/solar_farms/{solar_farm_id}/summary"
tags: ["Solar Farms"]
---

# GET top level summary for specific solar farm.

`GET /solar_farms/{solar_farm_id}/summary`

Retrieve a summary of data for a specific solar farm. The farm ID may be found using the /solar_farms query. Response object will contain the number of inspections, inverters, modules, pyranometers, row objects, and string objects.

## Path parameters

- `solar_farm_id` integer, required

## Query parameters

- `org_id` integer, required

## Response `200`

OK

- SolarFarmSummary
  - `rows` integer
  - `strings` integer
  - `modules` integer
  - `inverters` integer
  - `combiners` integer
  - `pyranometers` integer
  - `points` integer
  - `inspections` integer

## Other responses

- `400` — bad input parameter
- `500` — Database error, summary could not be calculated

---

[API](https://skmtc.net/raptormaps/apis/raptor-maps-authentication.md) · [All operations](https://skmtc.net/raptormaps/apis/raptor-maps-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raptormaps/raptor-maps-authentication/versions/4887159079a9/schema)
