> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voicelabs.in/llms.txt
> Use this file to discover all available pages before exploring further.

# get-call



## OpenAPI

````yaml api-reference/OpenAPI-specs/cosmos.json get /get-call/{id}
openapi: 3.0.3
info:
  title: cosmos-webserver
  version: 1.0.0
  description: Auto-generated from Insomnia export
servers:
  - url: https://platform.voicelabs.in/api/v1
security: []
paths:
  /get-call/{id}:
    get:
      tags:
        - call
      summary: get-call
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Successful response

````