Interface IInboundThreadCollectionResource
Represents the inbound thread collection resource for an inbox.
public interface IInboundThreadCollectionResource : IRestResource
- Inherited Members
Methods
List(string?, CancellationToken)
Lists conversation threads in the inbox, with cursor-based pagination.
Task<InboundThreadsListResponse> List(string? lastId = null, CancellationToken cancellationToken = default)
Parameters
lastIdstringOptional pagination cursor from a previous response's
last_id. null for the first page.cancellationTokenCancellationTokenToken to control operation cancellation.
Returns
- Task<InboundThreadsListResponse>
A page of threads, with total count and next-page cursor.