List actions
Retrieve a list of all actions based on query parameters.
Authorizations
Query Parameters
Comma separated list of composio apps to filter by. You can get the list of apps by using /api/v1/apps endpoint.
Comma separated list of composio actions to filter by. You can get the list of actionIds from this API or you can get it by running composio actions
command in your terminal.
Comma separated list of composio action tags to filter by. You can get the list of action tags by using /api/v2/actions/list/tags endpoint.
Smart use-case based search for actions needed to be performed as per the use-case. This uses AI to understand the use-case and then finally returns the list of actions. Note: If you are using this field, you can not use actions or tags fields.
Page number to be returned, default is 1
x > 1
Limit the number of actions to be returned, default is 30
x > 1
Filter and return only important actions. This is equivalent to setting tags='important' in the query params mentioned above.
Was this page helpful?