Get a signed download URL for a run attachment file.
Returns a signed URL that triggers automatic download when accessed.
Args: attachment_id: The ID of the attachment to download expires_in: URL expiration time in seconds (10-3600). Default: 300 (5 minutes)
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
URL expiration time in seconds (10-3600)
10 <= x <= 3600
Successful Response
Response schema for run attachment download URL