List contact call timeline
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Path parameters
contactId
Contact ID
Query parameters
limit
Max calls (1-100, default 20)
offset
Pagination offset
Response
Contact call timeline
calls
List of call records for the current page
meta
Pagination metadata
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error