Skip to main content
GET
/
api
/
v0
/
gepa
/
get_execution_prompts
Get GEPA Execution Prompts
curl --request GET \
  --url https://mainnet.dkn.dria.co/api/v0/gepa/get_execution_prompts \
  --header 'x-api-key: <api-key>'
{
  "prompts": [
    {
      "prompt": "<string>",
      "score": 123,
      "generation": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

API Key

Query Parameters

evolutionId
string<uuid>
required

The UUID of the GEPA evolution session

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

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 prompts for a GEPA execution

prompts
object[]
required