Skip to main content
GET
Retrieve an artifact

Authorizations

Authorization
string
header
required

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

Path Parameters

artifactId
string<uuid>
required

Response

Retrieve an artifact

createdAt
string<date-time>
required
id
string<uuid>
required
sessionId
string<uuid>
required
type
enum<string>
default:PullRequest
required
Available options:
PullRequest,
ToolCall,
Plan,
Response,
File,
Service,
Source
updatedAt
string<date-time>
required
assetId
string<uuid> | null
required
assetUrl
string<uri> | null
required
category
enum<string> | null
required
Available options:
code_walkthrough,
bug_report,
incident_report,
license_audit,
data_flow_map,
security_findings,
cost_map,
ux_variations,
architecture_map,
migration_summary,
release_checklist,
shipped_summary,
rollout_plan,
diagram,
chart,
dashboard,
timeline,
comparison,
report,
null
content
string
required
contentType
string | null
required
description
string | null
required
fileKind
enum<string>
required
Available options:
image,
video,
audio,
html,
markdown,
text,
file
fileName
string | null
required
outputType
enum<string> | null
required
Available options:
html,
markdown,
json,
csv,
asset,
null
runtime
object | null
required
servicePort
integer | null
required
Required range: 1 <= x <= 65535
serviceUrl
string<uri> | null
required
sizeBytes
integer | null
required
Required range: x >= 0
sourceUrl
string<uri> | null
required
title
string
required