cURL
curl --request GET \ --url https://mainnet.dkn.dria.co/api/v0/gepa/get_all_executions \ --header 'x-api-key: <api-key>'
{ "executions": [ { "evolutionId": "<string>", "status": "in_progress", "strategy": "RPM", "createdAt": "<string>" } ] }
Get all GEPA executions for the authenticated user
API Key
The page number to retrieve
x >= 1
1
The number of items per page
1 <= x <= 100
10
List of GEPA executions
Show child attributes