Get lead timeline
Everything that has happened to this lead — notes, status changes, sequence steps, calls, emails and SMS — newest first.
This endpoint is cursor-paginated rather than page and pageSize like the rest of the API. The feed merges several tables and new rows arrive while you page, so an offset would skip or repeat entries. Pass the returned nextCursor back as cursor to fetch the next page, and stop when hasMore is false.
Entries share id, kind and timestamp and then carry whatever else that kind has, so read them defensively.
Authorizations
Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….
Path Parameters
The lead id.
Query Parameters
Entries per page, 1 to 100. Defaults to 50.
1 <= x <= 100The nextCursor from the previous page. Omit for the first page.
Comma-separated entry kinds to include, for example call,email. Defaults to everything.
Response
A page of the lead's history.