Get S3 object metadata
Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_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_id
Response
Successful Response
schema_version
_id
task_artifact_id
uploaded_at_timestamp
uploaded_by_user_id
Must be a string starting with user_
uploaded_by_org_id
Must be a string starting with org_
s3_key_prefix
blurhash
content_type
MIME type of the uploaded file (e.g., ‘image/jpeg’, ‘application/pdf’)
filename
Original filename of the uploaded file

