Skip to main content
GET
Get uploaded project artifact content

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Project ID

artifact_id
string
required

Uploaded artifact ID

Response

Uploaded text artifact content

id
string
required
project_id
string
required
agent_name
string | null
required
filename
string
required
content_type
string
required
size_bytes
number
required
created_at
string<date-time> | null
required
content
string
required