Skip to main content
GET
Get an artifact's full body inline

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Path Parameters

artifact_id
string
required
execution_id
string
required

Response

Success.

data
ExecutionArtifactContent · object
required

An artifact's real body, returned inline by /content.

Unlike ExecutionArtifact.content (a byte-count placeholder for SANDBOX_FILE rows), content here is the actual decoded body: for a SANDBOX_FILE the backend reads the blob server-side, so a caller that can't reach the Azure blob host still gets the bytes. Text (UTF-8) only; binary or oversized artifacts are rejected and must use /download-url.

meta
object
required