---
title: "Fetch information for a specific Report query"
method: GET
path: "/reporting/queries/{id}"
---

# Fetch information for a specific Report query

`GET /reporting/queries/{id}`

## Path parameters

- `id` string, required

## Response `200`

Information about one Report query

- ReportQuery
  - `id` integer — The canonical identifier for this report query
  - `name` string — The human-readable name for this report query
  - `osquery_sql` string — The SQL query used to generate the report
  - `result_count` integer — Number of rows returned in the result set
  - `created_at` string, date-time — when the report query was created
  - `results` integer[] — The returned rows of data for the reporting query

## Other responses

- `403` — An 'unauthorized' response may occur for features restricted by or unavailable to your organization

---

[API](https://skmtc.net/kolide/apis/k2-api.md) · [All operations](https://skmtc.net/kolide/apis/k2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kolide/k2-api/versions/7013d788398e/schema)
