For the complete documentation index, see llms.txt. This page is also available as Markdown.
Getting sent files
Learn about listing all files sent from one or more accounts within an organization using the Filemail API.
Use the GET /transfer/sent endpoint to list all transfers sent by a user, or sent by all users in an organization (Admin role is required in this case). The response will provide details about each transfer, including transfer IDs needed to fetch the transfer details using Getting transfer details.
get
Returns a list of transfers sent by currently authenticated user, or sent by all users in the authenticated user's organization. Optionally allows to include expired transfers.
Query parameters
getexpiredbooleanOptional
When set to true the response will include also expired transfers.
getforallusersbooleanOptional
When set to true the response will include also transfers sent by other users in the organization. In case current user is not an organization administrator - this flag will be ignored.
searchstringOptional
Optional search phrase, which will filter transfers by ID, subject, message, sender, recipients and custom fields.
limitinteger · int32Optional
Optional amount of sent items to fetch (paging). Defaults to custom max page size specified for a company account, or system default (1000).
skipinteger · int32Optional
Optional amount of sent items to skip (paging). Defaults to 0.