GenlyticDocs
API Reference/Agent API
genlytic.app ↗
Get started

Agent API

Interact with the GEO Agent programmatically.

Agent API endpoints require Pro plan or above and agent:read scope.

GET/v1/agent/missions

List agent missions for your workspace, most recent first.

ParameterReqDescription
statusstringFilter by mission status, e.g. active completed.
limitnumberPage size, 1–100. Default: 50.
cursorstringPagination cursor from a previous response's pagination.nextCursor.
{
  "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

← Previous
Optimize API
Next →
Export API
Was this page helpful?Report an issue →