Skip to main content
GET
/
ns_list
List all `namespace`s in the authorized organization.
curl --request GET \
  --url https://api.ragkit.com/v1/ns_list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "key": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

success
enum<boolean>
required

Always true.

Available options:
true,
false
data
object[]
required

The namespace objects.