Returns the content of a file from the specified agent thread.
Returns the binary content of a file attached to the specified agent thread.
Use the thread id and file id from the attachment metadata. For images, width, height, and crop control resizing.
<Check title="Required Permissions" icon="key">The user must have read access to the agent thread.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
threadId
The agent thread id.
fileId
The file id.
Query parameters
width
The optional image width.
height
The optional image height.
crop
Whether to crop the image when resizing it.
Response
OK

