cURL
curl --request GET \ --url https://api.ragkit.com/v1/base_list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "namespace": "<string>" } '
{ "success": true, "data": [ { "namespace": "<string>", "key": "<string>", "description": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The namespace to list the bases of.
namespace
base
Success
Always true.
true
false
The base objects.
Show child attributes