Skip to main content
GET
List audit findings for the organization

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1
Required range: 0 < x <= 9007199254740991
pageSize
integer
default:50
Required range: 0 < x <= 1000
countOnly
boolean

When true, answers totalCount with an empty data: the rows are never read, so no extend is selected and no transform runs. For a badge or a counter.

Example:

true

extend
enum<string>[]

Extend options (JSON-encoded array, e.g. ?extend=["category"]):

  • "actions-info": Adds actions { canBeUpdated, canBeDeleted, canBeResolved, canBeUnresolved } per row.
  • "updatable-fields": Adds updatableFields - editable-field flags per row.
  • "project": Hydrates the parent mission (id, ref, name) per row.
Available options:
actions-info,
updatable-fields,
project
orderBy
object[]
whereStatus
string[]

Filter by one or more statuses.

Example:
whereRisk
string[]

Filter by one or more risk levels.

Example:
whereProjectId
string<uuid>[]

Filter by one or more project (mission) ids.

Maximum array length: 250
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:
whereTitle
string

Case-insensitive partial match on the title.

Maximum string length: 200
Example:

"lobby"

whereDescription
string

Case-insensitive partial match on the description.

Maximum string length: 200
Example:

"lobby"

whereComment
string

Case-insensitive partial match on the comment.

Maximum string length: 200
Example:

"lobby"

whereLocation
string

Case-insensitive partial match on the location.

Maximum string length: 200
Example:

"lobby"

whereResolutionDelay
string

Filter by exact resolution delay (ISO 8601 duration).

Maximum string length: 200
Example:

"lobby"

whereObservedAt
object

Filter by observation date range.

Example:
whereResolvedAt
object

Filter by resolution date range.

Example:
whereCreatedAt
object

Filter by creation date range.

Example:
whereHasScreenshot

When true, only findings with a screenshot; when false, only without.

Example:

true

whereIncludeDeleted

When true, also returns soft-deleted findings.

Example:

true

whereText
string

Free text search over title, description, comment and location.

Maximum string length: 200
Example:

"lobby"

Response

Default Response

data
object[]
required
totalCount
integer
required
Required range: 0 <= x <= 9007199254740991
pagination
object
required