> ## Documentation Index
> Fetch the complete documentation index at: https://bulkgrid.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Results Endpoints

> Retrieve result records and result content generated by Bulkgrid runs.

Result-related endpoints currently include:

* `GET /api/v1/runs/{runId}/results`
* `GET /api/v1/runs/{runId}/results/{resultId}/content`
* `GET /api/v1/runs/{runId}/results/{resultId}/screenshot`

## What these endpoints do

* list per-run results
* retrieve result content
* retrieve screenshot access through a signed URL

## Best companion docs

* [Fetch Results](/guides/fetch-results)
* [Understanding Runs and Results](/getting-started/understanding-runs-and-results)
