getList

abstract suspend fun getList(listId: String, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Status>>?

Gets the timeline for the given list.