Skip to main content
GET
/
api
/
v1
/
knowledge
List knowledge collections
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/knowledge \
  --header 'Authorization: Bearer <token>'
{
  "collections": [
    {
      "index_name": "<string>",
      "is_global": true
    }
  ],
  "success": true,
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

is_global
enum<string>

Filter: 'true' = only global collections, 'false' = only user collections, omit = all

Available options:
true,
false

Response

List of collections

collections
object[]
required
success
boolean
required
total
integer
required