List an agent's generations
GET/v1/projects/:project_id/agents/:agent_id/generations
Lists the generation records the agent has produced, newest first. Filter by lifecycle status to find the failures without paging everything the agent has ever run.
Request
Responses
- 200
- 400
- 401
- 404
- 502
A page of generation records.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.