GET
/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.jsonRetrieve a recording AddOnResult
Retrieves one AddOnResult belonging to a recording. Supply the account, recording, and AddOnResult SIDs to identify the nested resource and inspect its processing status and related resources.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that owns the recording AddOnResult. Must be 34 characters and match the `AC` SID format.
ReferenceSidstringrequired
The recording SID to which the AddOnResult belongs. Must be 34 characters and match the `RE` SID format.
Sidstringrequired
The unique AddOnResult SID to retrieve. Must be 34 characters and match the `XR` SID format.
200Returns the AddOnResult object with its status, Add-on and configuration SIDs, creation and completion timestamps, recording reference, and related resource URIs.
sidstringoptional
The unique string that that we created to identify the Recording AddOnResult resource.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource.
statusstringoptional
The status of the result. Can be: `canceled`, `completed`, `deleted`, `failed`, `in-progress`, `init`, `processing`, `queued`.
add_on_sidstringoptional
The SID of the Add-on to which the result belongs.
add_on_configuration_sidstringoptional
The SID of the Add-on configuration.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_completedstringoptional
The date and time in GMT that the result was completed specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
reference_sidstringoptional
The SID of the recording to which the AddOnResult resource belongs.
subresource_urisobjectoptional
A list of related resources identified by their relative URIs.
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 Sid must be a 34-character AddOnResult SID beginning with XR. The three SIDs must identify the account, recording, and result in the requested resource hierarchy.