For the complete documentation index, see llms.txt. This page is also available as Markdown.

Email Files

GET

Retrieves a file by its name from the S3 bucket.

get
Path parameters
fileNamestringRequired

The name of the file to retrieve.

Example: example_file_name.jpg
Responses
200

File retrieved successfully

application/json
string · binaryOptional
get
/email-files/{fileName}

Last updated