Skip to main content
GET
List findings

Authorizations

Authorization
string
header
required

Send Authorization: Bearer YOUR_API_KEY. The key resolves to a single organization.

Query Parameters

status
enum<string>
Available options:
open,
acknowledged,
resolved,
ignored
priority
enum<string>
Available options:
none,
low,
medium,
high,
urgent
tags
string

Comma-separated list of tags.

limit
integer
default:50

Items per page. Default 50, max 200.

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor. Pass the nextCursor returned by the previous page.

Response

Page of findings.

data
object[]
required
nextCursor
string | null
required