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

contactIdstringRequiredformat: "uuid"
Contact ID

Query parameters

limitlongOptional

Max calls (1-100, default 20)

offsetintegerOptional>=0Defaults to 0
Pagination offset

Response

Contact call timeline
callslist of objects
List of call records for the current page
metaobject
Pagination metadata

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error