-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: change docs title * feat: update verbiage for list endpoint * fix: sidebar migration guide links
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,8 +163,10 @@ paths: | |
x-fern-request-name: ListTranscriptParams | ||
operationId: listTranscripts | ||
description: | | ||
Retrieve a list of transcripts you created. | ||
Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts. | ||
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 [email protected]. | ||
parameters: | ||
- name: limit | ||
x-label: Limit | ||
|