Get S3 object metadata

Retrieves the metadata for a line item group S3 object, including blurhash for placeholder loading. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupS3ObjectMetadata1)

Authentication

AuthorizationBearer

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

Path parameters

line_item_group_s3_object_metadata_idstringRequired

Response

Successful Response
schema_versioninteger
_idstring
line_item_group_idstring
uploaded_at_timestampstringformat: "date-time"
uploaded_by_user_idstring

Must be a string starting with user_

uploaded_by_org_idstring

Must be a string starting with org_

s3_key_prefix"billing/line_item_group_s3_object_metadata" or null
blurhashstring or null
content_typestring or null

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

filenamestring or null
Original filename of the uploaded file

Errors