Part3 Developers

Reports list

GET /admin/reports

List reports (field reports, meeting minutes) with search, filtering, and pagination

GET
/admin/reports
AuthorizationBearer <token>

In: header

Query Parameters

cursor?string

Cursor for the next page. Pass back the nextCursor from a prior response. Omit on the first page.

limit?string

Page size, 1–50 (default 25). Sent as a string.

sortBy?string

Sort field. createdAt (default) for recently-created feeds; date for the report/meeting date; title for alphabetical.

Value in"createdAt" | "date" | "title"
sortOrder?string

Sort direction. Default desc (newest first).

Value in"asc" | "desc"
search?string

Full-text search across report title and location.

Lengthlength <= 500
type?string

Filter by report type. Comma-separated for OR semantics. Values: report (field report), minute (meeting minutes), site_instruction.

status?string

Filter by status. Comma-separated for OR semantics. Values: draft, issued.

includeMeta?string

Pass true to include meta.filters (enum values + labels) for building filter controls.

projectId?string
organizationId?string

Response Body

curl -X GET "https://api.part3.io/v1/admin/reports"
Empty