Skip to main content
GET
Get Run Attachment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

attachment_id
string<uuid>
required

Response

Successful Response

Run attachment response schema

filename
string
required
content_type
string
required
attachment_type
enum<string>
required
Available options:
input,
output
id
string<uuid>
required
run_id
string<uuid>
required
size_bytes
integer
required
storage_path
string
required
created_at
string<date-time>
required
target_path
string | null
cleanup_imports_after_run
boolean
default:false
user_id
string<uuid> | null
organization_id
string | null
expires_at
string<date-time> | null