List
Retrieve a paginated list of uploaded documents.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of results to return per page.
The initial index from which to return the results.
Full-text search on document title, uploader username, and uploader email.
Sort field: created_at, title, user__username, fleet__title, or tags. Prefix with - for descending order.
Filter by processing status. Repeatable to include multiple statuses.
Processing, Uploaded, Processed Filter by approval flag.
Filter by processed flag.
Filter by sent flag.
Filter by archive flag.
Case-insensitive substring match on title. istartswith, iendswith, and exact lookups are also supported.
Case-insensitive substring match on uploader username.
Case-insensitive substring match on uploader email.
Case-insensitive substring match on fleet title.
Filter by tag name (case-insensitive substring match).
Return documents created on or after this date (YYYY-MM-DD).
Return documents created on or before this date (YYYY-MM-DD).

