---
title: "List technical GEO reports"
method: GET
path: "/technical_geo_reports"
tags: ["Technical GEO Reports"]
---

# List technical GEO reports

`GET /technical_geo_reports`

Lists reports of one technical GEO type for a project, newest first. Use agent_readiness for the AI/Agent Readiness report.

## Query parameters

- `project_id` integer, required
- `report_type` 'crawlability' | 'schema' | 'content_readiness' | 'discoverability' | 'site_structure' | 'robots_txt' | 'agent_readiness' | 'llms_txt' | 'ai_visibility', required
- `status` string
- `batch_id` integer
- `page` integer
- `per_page` integer

## Response `200`

Paginated technical GEO report summaries

## Other responses

- `422` — Invalid parameters

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
