Skip to main content
GET
List Reports
List the reports in a deployment, scoped to the reports the calling user can access. Results are returned in pages using cursor-based pagination: pass first to set the page size and after (the previous response’s pageInfo.endCursor) to fetch the next page. Cursor pagination is not supported when sorting by lastViewedAt (a per-viewer sort with no stable cursor column).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Query Parameters

project_id
string | null
dataset_id
string | null
status
string | null
limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Cookies

blindsight_session
string | null

Response

Successful Response

id
string
required
name
string
required
description
string | null
required
status
string
required
format
string
required
project_id
string | null
required
dataset_id
string | null
required
template_id
string | null
required
scan_ids
string[] | null
required
file_path
string | null
required
file_size
integer | null
required
progress
integer
required
message
string | null
required
content_summary
Content Summary · object | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
started_at
string<date-time> | null
required
completed_at
string<date-time> | null
required