List of all Recording CompositionHook resources
Recording composition hooks
List of all Recording CompositionHook resources.
Query parameters
-
Enabled boolean
Read only CompositionHook resources with an
enabled
value that matches this parameter. -
DateCreatedAfter string(date-time)
Read only CompositionHook resources created on or after this ISO 8601 datetime with time zone.
-
DateCreatedBefore string(date-time)
Read only CompositionHook resources created before this ISO 8601 datetime with time zone.
-
FriendlyName string
Read only CompositionHook resources with friendly names that match this string. The match is not case sensitive and can include asterisk
*
characters as wildcard match. -
PageSize integer
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1
, maximum value is1000
.
GET /v1/CompositionHooks
curl \
-X GET https://video.twilio.com/v1/CompositionHooks \
--user "username:password"
Response examples (200)
{
"composition_hooks": [
{
"account_sid": "string",
"audio_sources": [
"string"
],
"audio_sources_excluded": [
"string"
],
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"enabled": true,
"format": "mp4",
"friendly_name": "string",
"resolution": "string",
"sid": "string",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"trim": true,
"url": "https://example.com"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}
Response examples (200)
{
"composition_hooks": [
{
"account_sid": "string",
"audio_sources": [
"string"
],
"audio_sources_excluded": [
"string"
],
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"enabled": true,
"format": "mp4",
"friendly_name": "string",
"resolution": "string",
"sid": "string",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"trim": true,
"url": "https://example.com"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}