Skip to main content

Fetch a call

GET 
/texml/Accounts/:account_sid/Calls/:call_sid

Returns an individual call identified by its CallSid. This endpoint is eventually consistent.

Request

Path Parameters

    call_sid stringrequired

    The CallSid that identifies the call to update.

    account_sid stringrequired

    The id of the account the resource belongs to.

Responses

200: Call resource.

404: Resource not found

Loading...