Recordings

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.

get/recordings

Query parameters

meeting_idstring uuid

ID of a meeting. Optional. Will limit results to only this meeting if passed.

page_nonumber

The page number from which you want your page search results to be displayed.

per_pagenumber

Number of results per page

expiredboolean

If passed, only shows expired/non-expired recordings on Dyte's bucket

searchstring

The search query string. You can search using the meeting ID or title.

sort_by'invokedTime'
sort_order'ASC' | 'DESC'
start_timestring date-time

The start time range for which you want to retrieve the meetings. The time must be specified in ISO format.

end_timestring date-time

The end time range for which you want to retrieve the meetings. The time must be specified in ISO format.

statusstring[]

Filter by one or more recording status

Response

Success response

successboolean required

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 #2 subschema #3 to the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-removed

    • added subschema #2 subschema #3 to the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-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 #2 subschema #3 to the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-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 #2 subschema #3 to the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-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_end to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #3]/meeting/persist_chat to the response with the 200 status

      response-optional-property-added

    • added the new PAUSED enum value to the allOf[subschema #2]/data/items/allOf[subschema #1: Recording]/status response property for the response status 200

      response-property-enum-value-added

  • v25a87f320c077317See the full diff
    • the response property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/bucket became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/region became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/secret became optional for the status 200

      response-property-became-optional

    • added the new sftp enum value to the allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/auth_method to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/host to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/password to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/port to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/username to the response with the 200 status

      response-optional-property-added

    • the response write-only property allOf[subschema #2]/data/items/allOf[subschema #2]/storage_config/access_key became optional for the status 200

      response-write-only-property-became-optional