curl --location --request GET 'https://api.superagent.sh/api/v1/agent-documents' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [{...}]
}
List all agent documents.
curl --location --request GET 'https://api.superagent.sh/api/v1/agent-documents' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [{...}]
}
curl --location --request GET 'https://api.superagent.sh/api/v1/agent-documents' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [{...}]
}