Skip to main content

Get Artifact Info

Endpoint: /artifact/info

This endpoint allows you to retrieve information about a single artifact using its unique artifact_id.

Request Parameters

FieldTypeRequiredDescription
artifact_idstringYesThe unique identifier of the artifact.

Response

FieldTypeDescription
statusbooleanIndicates if the request was successful.
msgstringResponse message.
artifact_infoArtifactInfoDetails about the requested artifact.
room_infoPastRoomInfoDetails about the room session this artifact belongs to.

ArtifactInfo

FieldTypeDescription
artifact_idstringThe unique identifier for this artifact.
room_idstringThe ID of the room this artifact belongs to.
typestringThe type of the artifact. See Artifact Types.
createdstringThe creation timestamp of the artifact.
metadataRoomArtifactMetadataAdditional metadata about the artifact, which varies by type.

RoomArtifactMetadata

This object contains metadata specific to the artifact's type. For example, for a MEETING_SUMMARY_USAGE artifact, it might contain token_usage and cost information. The exact structure depends on the artifact type.