# Fetch an instance of a result payload **GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{PayloadSid}/Data.json** Fetch an instance of a result payload The Payload Data subresource hosts the actual data returned by the Add-on ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. - **ReferenceSid** (string) The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. - **AddOnResultSid** (string) The SID of the AddOnResult to which the payload to fetch belongs. - **PayloadSid** (string) The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. ## Responses ### 307 Temporary Redirect #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **redirect_to** (string(uri) | null) The URL to redirect to to get the data returned by the AddOn that was previously stored. [Powered by Bump.sh](https://bump.sh)