Fetch all recordings for an organization
Returns all recordings for an organization. If the meeting_id parameter is passed, returns all recordings for the given meeting ID.
Query parameters
ID of a meeting. Optional. Will limit results to only this meeting if passed.
The page number from which you want your page search results to be displayed.
Number of results per page
If passed, only shows expired/non-expired recordings on Dyte's bucket
The search query string. You can search using the meeting ID or title.
The start time range for which you want to retrieve the meetings. The time must be specified in ISO format.
The end time range for which you want to retrieve the meetings. The time must be specified in ISO format.
Filter by one or more recording status
Response
Success response
Example response
{
"success": true,
"data": [
{
"storage_config": {
"region": "us-east-1"
}
}
],
"paging": {
"total_count": 30,
"start_offset": 1,
"end_offset": 30
}
}Changes
Changed in 8 of the 50 revisions of this API.3217
- ○
added
subschema #2subschema #3to theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #2subschema #3from theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-removed
- ○
- ○
added
subschema #2subschema #3to theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #2subschema #3from theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-removed
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added
subschema #2subschema #3to theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #2subschema #3from theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added
subschema #2subschema #3to theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #2subschema #3from theallOf[subschema #2]/data/items/response propertyallOflist for the response status200response-property-all-of-removed
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #3]/meeting/summarize_on_endto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #3]/meeting/persist_chatto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
PAUSEDenum value to theallOf[subschema #2]/data/items/allOf[subschema #1: Recording]/statusresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/bucketbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/regionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/secretbecame optional for the status200response-property-became-optional
- ●
added the new
sftpenum value to theallOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/auth_methodto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/hostto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/passwordto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/portto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/private_keyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/usernameto the response with the200statusresponse-optional-property-added
- ○
the response write-only property
allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/access_keybecame optional for the status200response-write-only-property-became-optional
- ▲