/api/v1/leadsleads:readLeadsList leads
Paginated list of leads in the workspace. Supports status filtering and a sort order (newest | score).
Response
[
{
"id": "uuid",
"status": "QUALIFIED",
"fields": { "name": "Anna Nowak", "email": "anna@example.com" },
"score": 78,
"conversationId": "uuid",
"crmExternalId": null,
"createdAt": "2026-04-30T12:00:00.000Z"
}
]Example
curl -H "Authorization: Bearer convo_xxx" \
"https://api.avelto.pl/api/v1/leads?sort=score"