Returns a paginated list of video objects. Optional filters include: ticket, email, and a custom metadata filter using param and value.
Authorizations
Query parameters
ticketstringOptional
Filter videos by ticket id.
emailstringOptional
Filter videos by customer email (recorded_by).
paramstringOptional
Filter videos by metadata key (only when you added those params with the recording link type /urec/helpdesk?param=value). For example, use param=firstname to filter by the firstname metadata.
valuestringOptional
The value for the metadata filter specified in param. For example, value=john.
Responses
get
GET /api/v1/videos HTTP/1.1
Host: app.birdie.so
Authorization: Bearer API-KEY
Accept: */*