Returns a single MediaProcessor resource identified by a SID.
Path parameters
The SID of the MediaProcessor resource to fetch.
Response
OK
The SID of the Account that created the MediaProcessor resource.
The date and time in GMT when the resource was created specified in ISO 8601 format.
The date and time in GMT when the resource was last updated specified in ISO 8601 format.
The reason why a MediaProcessor ended. When a MediaProcessor is in progress, will be null. When a MediaProcessor is completed, can be ended-via-api, max-duration-exceeded, error-loading-extension, error-streaming-media or internal-service-error. See ended reasons for more details.
The Media Extension name or URL. Ex: video-composer-v2
The context of the Media Extension, represented as a JSON dictionary. See the documentation for the specific Media Extension you are using for more information about the context to send.
The maximum time, in seconds, that the MediaProcessor can run before automatically ends. The default value is 300 seconds, and the maximum value is 90000 seconds. Once this maximum duration is reached, Twilio will end the MediaProcessor, regardless of whether media is still streaming.
The unique string generated to identify the MediaProcessor resource.
The URL to which Twilio will send asynchronous webhook requests for every MediaProcessor event. See Status Callbacks for details.
The HTTP method Twilio should use to call the status_callback URL. Can be POST or GET and the default is POST.
The absolute URL of the resource.