Get S3 object metadata

Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading. | authz_personas=[driver_for_executor, executor_org_operators, shipper_org_operators, coordinator_org_operators] | () -> (TaskArtifactS3ObjectMetadata1)

Authentication

AuthorizationBearer

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

Path parameters

task_artifact_s3_object_metadata_idstringRequired

Response

Successful Response
_idstring
schema_versioninteger
task_artifact_idstring
uploaded_at_timestampdatetime
uploaded_by_org_idstring

Must be a string starting with org_

uploaded_by_user_idstring

Must be a string starting with user_

ai_image_descriptionobject

Structured, factual description of a task-artifact image produced by an LLM.

Stored on TaskArtifactS3ObjectMetadata1.ai_image_description so downstream consumers (Q&A, search, audit) can answer questions about the artifact without re-sending the image. model records which LLM produced the description; provider is derived from model so the two can never disagree.

blurhashstring
content_typestring

MIME type of the uploaded file (e.g., ‘image/jpeg’, ‘application/pdf’)

filenamestring
Original filename of the uploaded file
s3_key_prefix"shipping/task_artifact_s3_object_metadata"

Errors

422
S3object Get S3object Metadata V1request Unprocessable Entity Error