---
title: "Get Current Time"
method: GET
path: "/api/v1/current-time"
tags: ["time-utility"]
---

# Get Current Time

`GET /api/v1/current-time`

Get the current time in IST for live calls.

This endpoint is called by the AI agent during calls when users ask
about the current time, date, or day.

Args:
    call_id: Call ID from Ultravox (auto-injected)

Returns:
    JSON response with comprehensive time information

## Query parameters

- `call_id` string, required — Call ID from context (auto-injected by Ultravox)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
