Skip to main content
Version: 1.16.0

Search files

POST 

/v1/files/search-query

Returns a paginated list of files for the authenticated user's organization based on the provided search criteria.

Note: If you specify expense IDs, only files directly attached to those expenses will be returned. If you wish to find files attached the line objects you must request those separately.

Request

Responses

Files data

Response Headers
    X-RateLimit-Limit

    Maximum number of requests allowed in the current rate limit window for the used scope.

    X-RateLimit-Remaining

    Number of requests remaining in the current rate limit window.

    X-RateLimit-Reset

    Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.

    X-RateLimit-Scope

    The OAuth scope bucket to which this rate limit applies: read or write.