Skip to main content
GET
Get Retrieval Info

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

ID of the agent which sent the provided message.

message_id
string<uuid>
required

ID of the message for which the content metadata needs to be retrieved.

Query Parameters

content_ids
string<uuid>[]
required

List of content ids for which to get the metadata.

Response

Successful Response

content_metadatas
(UnstructuredContentMetadata · object | StructuredContentMetadata · object | FileAnalysisContentMetadata · object | ContextualAgentContentMetadata · object)[]

List of content metadatas.

Content type