Get single action
Get action details, including the input and response schema. This is very useful for setting upfunction/tool calling with composio actions.
Path parameters
actionId
Headers
x-api-key
Query parameters
version
Response
parameters
Required parameters for the action to execute. For example, if the action is GMAIL_SEND_EMAIL, the required parameters for actions execution would be the email address, subject, and body.
response
Expected response structure after action execution. You can use this to quickly check what happened with the action execution.
appKey
The name of the app that the action belongs to. This is same as appId.
appName
The name of the app that the action belongs to,
version
Version of the action schema.
available_versions
List of availavle versions of the action.
no_auth
Whether or not the action requires auth or not
description
The description of the action, tailored to improve the LLM accuracy and reasoning. Use this a tool/function description.
displayName
The display name of the action, used to identify the action in the UI.
logo
The logo of the app that the action belongs to.
name
The name of the action, used to identify the action in the UI.
appIdDeprecated
The id of the app that the action belongs to. This is same as the appKey. Please use appKey instead.
deprecated
Whether the action is deprecated, if true, avoid using this action.