GET
/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.jsonList AddOnResults for a recording
Lists AddOnResults belonging to a specific recording. Use the account and recording SIDs to select the resource hierarchy, then use PageSize, Page,, and PageToken to navigate the paginated results.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that owns the recording AddOnResults. Must be 34 characters and match the `AC` SID format.
ReferenceSidstringrequired
The recording SID whose AddOnResults you want to list. Must be 34 characters and match the `RE` SID format.
PageSizeintegeroptional
The number of AddOnResults to return per page. Defaults to 50 when omitted and must be between 1 and 1000.
Pageintegeroptional
The page index used for client-side pagination. Must be zero or greater.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific result page.
200Returns a paginated object containing AddOnResult resources and navigation metadata, including page indexes, page size, result indexes, and related page URIs.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
add_on_resultsarray<object>optional
Error handling
AccountSid must be a 34-character account SID beginning with AC, and ReferenceSid must be a 34-character recording SID beginning with RE. PageSize must be between 1 and 1000, and Page must be zero or greater.