Skip to main content
GET
Search recordings by title
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

API key. Refer to Authentication for more information.

Accept
enum<string>
default:application/json
required

Must be application/json.

Available options:
application/json

Query Parameters

query
string
required

Text to match against recording titles.

Example:

"demo"

page_number
integer

Page number. If absent, all results are returned.

page_size
integer

Number of results per page. Defaults to 30.

Response

Successfully retrieved matching recordings.

recordings
object[]

List of recordings.

pagination
object