List agent optimization runs
Get one run summary per distinct run_id across all versions of an agent optimization config, ordered by created_at DESC.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
optimizationKey
Query parameters
limit
The number of resources to return.
offset
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.
Response
Agent optimization run list
items
_links
totalCount
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error