listTranscriptions

@GET(value = "/video/call/{type}/{id}/transcriptions")
abstract suspend fun listTranscriptions(@Path(value = "type") type: String, @Path(value = "id") id: String): ListTranscriptionsResponse

List transcriptions Lists transcriptions Required permissions: - ListTranscriptions Responses:

  • 200: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

ListTranscriptionsResponse

Parameters

type
id