# Call History

## View call details

`spoke://call/{callId}`

Navigates to the details of the specified call.

#### Parameters
- **callId** - The unique identifier of the call.
  - If `callId` is invalid or not provided, or the call does not exist, the app will redirect to the user's Call History list.

#### Example

`spoke://call/e814fb79-3f4f-4cf3-94ed-f88a5c15cb9e`

<!-- TODO: Uncomment when call history insights feature is available globally
## View call insight

`spoke://call/{callId}/insight`

Navigates to the insights for the specified call. A [Call Insight data action](/data-actions/insights#call-insights) request will be made using `spoke.callhistory` as the request origin, and insights for the call will be shown based on the response.

#### Parameters

- **callId** - The unique identifier of the call.
  - If `callId` is invalid or not provided, or the call does not exist, the app will redirect to the user's Call History list.

#### Example

`spoke://call/e814fb79-3f4f-4cf3-94ed-f88a5c15cb9e/insight`
-->
