Agent API
Interact with the GEO Agent programmatically.
Agent API endpoints require Pro plan or above and agent:read scope.
GET
List agent missions for your workspace, most recent first.
{
"data": [
{
"id": "6868b4c1f2a3b4c5d6e7f8a9",
"title": "Increase AI Share of Voice",
"status": "active",
"level": 2,
"actionsRun": 7,
"createdAt": "2026-06-12T09:41:00.000Z",
"updatedAt": "2026-06-20T09:41:00.000Z"
}
],
"pagination": { "hasMore": false, "nextCursor": null }
}
There is no dedicated agent approvals endpoint in the external API. Agent approvals can only be reviewed and actioned in the Genlytic dashboard.
Next steps
Was this page helpful?Report an issue →