GET
/
agents
/
{agent_id}
/
query
/
{message_id}
/
retrieval
/
info
curl --request GET \
  --url https://api.contextual.ai/v1/agents/{agent_id}/query/{message_id}/retrieval/info \
  --header 'Authorization: Bearer <token>'
{
  "content_metadatas": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

ID of the agent which sent the provided message.

message_id
string
required

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

Query Parameters

content_ids
string[]
required

List of content ids for which to get the metadata.

Response

200
application/json
Successful Response
content_metadatas
object[]

List of content metadatas.