diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs index ae019d7..b301324 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs @@ -9,7 +9,14 @@ public partial interface ITranscriptClient /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Retrieve a list of transcripts you created.
/// Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.
- /// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com. + /// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com.
+ /// **Pagination**
+ /// This endpoint returns paginated results. The response includes a `page_details` object with the following properties:
+ /// - `page_details.limit` - Maximum number of transcripts per page.
+ /// - `page_details.result_count` - Total number of transcripts returned on the current page.
+ /// - `page_details.current_url` - URL to the current page.
+ /// - `page_details.prev_url` - URL to the previous page of older transcripts.
+ /// - `page_details.next_url` - URL to the next page of newer transcripts. /// /// /// Default Value: 10 diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs index c07d351..8193aa8 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs @@ -36,7 +36,14 @@ partial void ProcessListTranscriptsResponseContent( /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Retrieve a list of transcripts you created.
/// Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.
- /// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com. + /// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com.
+ /// **Pagination**
+ /// This endpoint returns paginated results. The response includes a `page_details` object with the following properties:
+ /// - `page_details.limit` - Maximum number of transcripts per page.
+ /// - `page_details.result_count` - Total number of transcripts returned on the current page.
+ /// - `page_details.current_url` - URL to the current page.
+ /// - `page_details.prev_url` - URL to the previous page of older transcripts.
+ /// - `page_details.next_url` - URL to the next page of newer transcripts. /// /// /// Default Value: 10 diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index 9ad2eee..6aaf4cb 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -180,6 +180,15 @@ paths: Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts. If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com. + + **Pagination** + + This endpoint returns paginated results. The response includes a `page_details` object with the following properties: + - `page_details.limit` - Maximum number of transcripts per page. + - `page_details.result_count` - Total number of transcripts returned on the current page. + - `page_details.current_url` - URL to the current page. + - `page_details.prev_url` - URL to the previous page of older transcripts. + - `page_details.next_url` - URL to the next page of newer transcripts. parameters: - name: limit x-label: Limit