cURL
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>" } ] }
Retrieve all RAGs associated with the specified Agent Id
Type "Bearer" followed by a space and JWT token.
Agent Id
OK
Show child attributes