cURL
curl --request GET \ --url https://api.ziet.ai/v1/actions \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "parameters": {}, "return_type": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true } }
Get all actions discovered from your deployed code. Actions are @Action decorated functions that agents use to accomplish tasks.
Format: 'Api-Key sk_live_YOUR_KEY'
1 <= x <= 100
x >= 0
List of actions
Show child attributes