cURL
curl --request GET \ --url https://api.lucidtech.ai/{basePath}/actions/{actionId} \ --header 'Authorization: Bearer <token>'
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "description": "<string>", "createdBy": "<string>", "name": "<string>", "actionId": "<string>", "createdTime": "<string>", "agentId": "<string>", "secretId": "<string>", "enabled": true, "functionId": "<string>", "connectionId": "<string>", "id": "<string>", "config": {} }
Get Action
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
4096