ArgorantDocs

List saved lists

gethttps://app.argorant.com/api/lists
GET
/api/lists

Return the workspace's saved lead lists with their current sizes.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Query Parameters

limit?integer

Max lists (1–200, default 100).

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/lists?limit=100"
JSON
{  "lists": [    {      "list_id": 312,      "name": "DACH VP Sales",      "total": 8412,      "created_at": "2026-06-09T08:00:00Z"    }  ]}