Skip to main content
GET
List reports

Description

List reports Tenant-scoped, paginated roster of reports, newest-updated first, optionally filtered by payee and/or status. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

tenantUserId
string<uuid>
status
enum<string>
Available options:
draft,
finalized
page
integer
default:1
size
integer
default:20

Default 20, max 100.

Response

Reports fetched.

Every /reports JSON response wraps its payload in { status, message, data }.

status
enum<string>
Available options:
success,
error
message
string
data
object