curl --location --request GET 'https://api.superagent.sh/api/v1/agent-documents/{agentDocumentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": {
"id": "clhjk4hab00016iewrghkbs28",
"agent": {},
"agentId": "clhnyae1t00016i2ixo0027c2",
"document": {},
"documentId": "clhnyae1t00016i2ixo0027c5"
}
}
List single agent document.
curl --location --request GET 'https://api.superagent.sh/api/v1/agent-documents/{agentDocumentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": {
"id": "clhjk4hab00016iewrghkbs28",
"agent": {},
"agentId": "clhnyae1t00016i2ixo0027c2",
"document": {},
"documentId": "clhnyae1t00016i2ixo0027c5"
}
}
curl --location --request GET 'https://api.superagent.sh/api/v1/agent-documents/{agentDocumentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": {
"id": "clhjk4hab00016iewrghkbs28",
"agent": {},
"agentId": "clhnyae1t00016i2ixo0027c2",
"document": {},
"documentId": "clhnyae1t00016i2ixo0027c5"
}
}