Skip to main content
GET
/
api
/
v0
/
gepa
/
get_all_executions
Get All GEPA Executions
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API Key

Query Parameters

page
number
default:1

The page number to retrieve

Required range: x >= 1
Example:

1

limit
number
default:10

The number of items per page

Required range: 1 <= x <= 100
Example:

10

Response

200 - application/json

List of GEPA executions

executions
object[]
required