Artifacts
Get Artifact
Retrieve detailed information about an artifact
GET
Path Parameters
The unique identifier of the artifact to retrieve.
Response
Unique identifier of the artifact.
Display name of the artifact.
Type of artifact. One of:
video, audio, or script.Current upload/processing status. One of:
created- Artifact created, processing pendingupload_started- Processing in progressupload_completed- Processing completed successfullyupload_failed- Processing failed
Method used to upload the artifact. One of:
direct_url- Uploaded via presigned URL, direct URL, or S3 pathfragments- Created from concatenated fragments
File size in bytes. Null if not yet processed.
Duration in seconds for video/audio artifacts. Null for script type or if not yet processed.
Error message if upload/processing failed. Null if no error occurred.
ISO timestamp when the artifact was created.
ISO timestamp when the artifact was last updated.
Internal S3 storage path where the artifact file is stored.
Company information associated with the artifact.
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.