ArgorantDocs

Get a saved list

gethttps://app.argorant.com/api/lists/{list_id}
GET
/api/lists/{list_id}

Fetch a single saved list's metadata, filters, and current size.

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

list_id*integer

The saved list id.

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/lists/312"
JSON
{  "list_id": 312,  "name": "DACH VP Sales",  "filters": {    "industries": "SaaS",    "country": "Germany",    "seniority": "VP"  },  "total": 8412}