Session Endpoints
Download attachment files
Download attachment files that were previously uploaded. Returns a redirect to a presigned URL for secure file access.
GET
This endpoint allows you to download files from a Devin session. If you want to upload resources, you should use the upload endpoint.
The endpoint returns a 307 redirect to a presigned URL that provides temporary access to the file. The presigned URL is valid for 60 seconds.
Example Usage
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the attachment
The filename of the attachment
Response
307
Temporary redirect to presigned URL for file download