identities.list
List all identities in the organization
Key type: Platform (lopk-)
List all agent identities belonging to the organization.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | No | Max results (default 50, max 100) |
Example
Orchestrator: "Show me all my agents"
-> identities.list({ limit: 10 })Returns
{
"identities": [
{
"identityId": "id-abc123",
"name": "Sales Agent",
"type": "INBOX",
"email": "sales-x8k2m@mailgent.dev",
"scopes": ["mail:read", "mail:send"],
"usageCount": 42,
"lastUsedAt": "2026-04-06T10:00:00.000Z",
"createdAt": "2026-03-01T10:00:00.000Z"
}
],
"count": 1
}REST Equivalent
GET /v0/platform/identities