Artifacts
Get Artifact
Retrieve detailed information about an artifact
GET
Path Parameters
string
required
The unique identifier of the artifact to retrieve.
Response
string
Unique identifier of the artifact.
string
Display name of the artifact.
string
Type of artifact. One of:
video, audio, or script.string
Current upload/processing status. One of:
created- Artifact created, processing pendingupload_started- Processing in progressupload_completed- Processing completed successfullyupload_failed- Processing failed
string
Method used to upload the artifact. One of:
direct_url- Uploaded via presigned URL, direct URL, or S3 pathfragments- Created from concatenated fragments
number | null
File size in bytes. Null if not yet processed.
number | null
Duration in seconds for video/audio artifacts. Null for script type or if not yet processed.
string | null
Error message if upload/processing failed. Null if no error occurred.
string
ISO timestamp when the artifact was created.
string
ISO timestamp when the artifact was last updated.
string
Internal S3 storage path where the artifact file is stored.
object
Company information associated with the artifact.
object
User who created the artifact.
This endpoint returns metadata about the artifact, including the internal S3 storage path. Note that the S3 path is provided for reference but direct access requires proper authentication and authorization.