Reports list
GET /admin/reports
List reports (field reports, meeting minutes) with search, filtering, and pagination
Authorization
bearer AuthorizationBearer <token>
In: header
Query Parameters
cursor?string
limit?string
1-50, default 25
sortBy?string
Value in
"createdAt" | "date" | "title"sortOrder?string
Value in
"asc" | "desc"search?string
projectId?string
organizationId?string
type?string
Comma-separated: report, minute, site_instruction
status?string
Comma-separated: draft, issued
includeMeta?string
Response Body
curl -X GET "https://api.part3.io/v1/admin/reports"Empty