Skip to main content
GET
curl
List reports app-wide, the same data behind the Console’s standalone Reports page. This is the endpoint to poll for a queue of DRAFT reports awaiting validation and finalization.

Authorizations

x-api-key
string
header
required

Path Parameters

organization_id
string<uuid>
required

Organization UUID.

application_id
string<uuid>
required

Application UUID.

Query Parameters

limit
integer
default:50

Page size.

Required range: x >= 1
offset
integer
default:0

Zero-based offset.

Required range: x >= 0
status
enum<string>

Filter by status.

Available options:
DRAFT,
VALIDATED,
FINALIZED
report_type
enum<string>

Filter by report type.

Available options:
SAR,
STR,
CTR,
TTR,
UTR,
IFT,
CBR,
TFR
case
string<uuid>

Filter to reports on this case.

Response

200 - application/json

Paginated reports across the application.

count
integer

Number of matching rows, capped at 100 for performance.

next
string | null
previous
string | null
results
object[]