Skip to main content
GET
/
api
/
v0
/
gepa
/
get_single_execution
/
{evolutionId}
Get Single GEPA Execution
curl --request GET \
  --url https://mainnet.dkn.dria.co/api/v0/gepa/get_single_execution/{evolutionId} \
  --header 'x-api-key: <api-key>'
{
  "status": "completed",
  "customId": "<string>",
  "strategy": "RPM",
  "budget": 123,
  "prompt": {
    "currentPrompt": "<string>",
    "currentPromptScore": 123,
    "currentGeneration": 123
  },
  "createdAt": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key

Path Parameters

evolutionId
string<uuid>
required

The UUID of the GEPA evolution session

Example:

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

Response

200 - application/json

Details of a GEPA execution

  • Option 1
  • Option 2
  • Option 3
status
enum<string>
required
Available options:
completed,
in_progress
customId
string
required

User given custom name for the evolution session

strategy
enum<string>
required

The evolution strategy to use

Available options:
RPM,
SAM
budget
number
required

The total GEPA budget for the evolution session

prompt
object
required

Current state of the prompt evolution

createdAt
string
required

ISO string of creation date