Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{baseurl}/api/v1/management/action-classes/{actionClassId} \ --header 'x-Api-Key: <x-api-key>'
{ "data": { "createdAt": "2024-04-09T04:53:29.577Z", "description": "Gets fired when a new session is created", "id": "clurwouax000bzffxv3fqy6mt", "name": "New Session", "noCodeConfig": null, "type": "automatic", "updatedAt": "2024-04-09T04:53:29.577Z", "workspaceId": "clurwouax000azffxt7n5unn3" } }
Fetch an Action Class by it’s ID
OK
The response is of type object.
object
Was this page helpful?