Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json

List payloads for an AddOnResult

Lists payloads belonging to a recording AddOnResult. Use the nested resource identifiers to select the result, and use PageSize, Page, and PageToken to navigate the paginated payload collection.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

6 parameters
AccountSidstringrequired
The account SID that owns the recording AddOnResult payloads. Must be 34 characters and match the `AC` SID format.
ReferenceSidstringrequired
The recording SID containing the AddOnResult whose payloads you want to list. Must be 34 characters and match the `RE` SID format.
AddOnResultSidstringrequired
The AddOnResult SID whose payloads you want to list. Must be 34 characters and match the `XR` SID format.
PageSizeintegeroptional
The number of payloads 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.

1 status code
200Returns a paginated object containing payload 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
payloadsarray<object>optional

Error handling

AccountSid must be a 34-character account SID beginning with AC, ReferenceSid must be a 34-character recording SID beginning with RE, and AddOnResultSid must be a 34-character result SID beginning with XR. PageSize must be between 1 and 1000, and Page must be zero or greater.