action_id
. This endpoint allows you to access metadata such as the action's name, description, associated connector, input/output parameters, and current status. It's essential for managing and monitoring the actions your AI coworkers can perform.curl --location --request GET 'https://api.wexa.ai/action' \
--header 'Authorization: Bearer <token>'
{}