Skip to main content
GET
Get toolkits with nested tools

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Query Parameters

q
string

Search keyword for filtering results

Example:

"john doe"

page
number
default:1

Page number (1-based)

Required range: x >= 1
Example:

1

limit
number
default:20

Number of items per page

Required range: 1 <= x <= 100
Example:

20

offset
number

Number of items to skip (for offset-based pagination)

Required range: x >= 0
Example:

0

sortBy
string

Field name to sort by

Example:

"createdAt"

sortOrder
enum<string>
default:DESC

Sort order

Available options:
ASC,
DESC
Example:

"DESC"

fields
string

Comma-separated list of fields to include in response

Example:

"id,name,email"

type
enum<string>
default:all

Filter by tool type: "all" (default), "triggers" (webhook/poll only), "actions" (action only)

Available options:
all,
triggers,
actions
scope
enum<string>
default:all

Ownership scope: "all" (default) or "mine" (only your project's own toolkits and tools)

Available options:
all,
mine
tool
string

Filter by specific tool; format toolkitSlug:toolSlug (e.g. composio_slack:send_message)

Example:

"composio_slack:send_message"

selectedToolSlugs
string

Comma-separated selected tool slugs for sort-order (toolkits with these tools first)

Example:

"tool_a,tool_b"

excludeMessagingChannels
boolean
default:false

Exclude bidirectional messaging-channel trigger tools from results

Response

200 - application/json

Toolkits with tools retrieved successfully