Skip to main content
GET
/
v1
/
toolkits
List all toolkits
curl --request GET \
  --url https://api.usenaive.ai/v1/toolkits \
  --header 'Authorization: Bearer <token>'
{
  "toolkits": [
    {}
  ],
  "nextCursor": "<string>",
  "totalPages": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

cursor
string
limit
integer
Required range: x <= 50

Response

OK.

toolkits
object[]
nextCursor
string | null
totalPages
number