---
title: "Get Sip Messages For A Conversation"
method: GET
path: "/v1/convai/conversations/{conversation_id}/sip-messages"
tags: ["Agents Platform"]
---

# Get Sip Messages For A Conversation

`GET /v1/convai/conversations/{conversation_id}/sip-messages`

Get SIP messages associated with a conversation's phone call

## Path parameters

- `conversation_id` string, required — The id of the conversation you're taking the action on.

## Query parameters

- `page_size` integer
- `cursor` string, nullable — Used for fetching next page. Cursor is returned in the response.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetSIPLogMessagesResponse
  - `sip_messages` SIPLogMessage[], required
    - `call_id` string, required
    - `phone_numbers` string[], required
    - `local_address` string, required
    - `remote_address` string, required
    - `transport` string, required
    - `raw_message` string, required
    - `error_message` string, required
    - `direction` 'in' | 'out', required
    - `created_at_unix_micro` integer, required
  - `next_cursor` string, nullable
  - `has_more` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/1a31d01a1fb9/schema)
