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

Response

success
boolean

Indicates whether the call was successful.

data
object

List all agent documents.

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