Skip to main content
GET
List actions

Authorizations

Authorization
string
header
required

API token from cargo-ai login. Send as Authorization: Bearer <token>.

Query Parameters

query
string

Keywords matched against action slug, name, description, and integration. All terms must match.

kind
enum<string>

Restrict results to one action kind. tool and agent require a signed-in workspace.

Available options:
connector,
native,
tool,
agent
integrationSlug
string

Restrict connector actions to this integration.

limit
integer

Maximum results to return (default 20, max 50).

Required range: x <= 50

Response

List actions

query
string
required

Normalized search terms.

totalMatches
number
required

Number of matches before applying the limit.

results
Found action · object[]
required

Matching actions, highest score first.