Skip to main content
GET
/
rag
/
{id}
Retrieve RAGs by Agent Id
curl --request GET \
  --url https://api.poligono.ai/v1/rag/{id} \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "agent_id": "<string>",
      "created_at": 123,
      "created_by": "<string>",
      "file_name": "<string>",
      "file_size": 123,
      "id": "<string>",
      "organization_id": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

Agent Id

Response

OK

data
object[]