---
title: "List Call Logs"
method: GET
path: "/v1/agent-analytics/logs"
---

# List Call Logs

`GET /v1/agent-analytics/logs`

Retrieves a list of call logs for a specific job.

## Query parameters

- `jobId` string, uuid, required

## Response `200`

Successful response

- ListCallLogsResponse
  - `success` boolean
  - `data` CallLog[]
    - `id` string, uuid — The unique identifier of the call log.
    - `type` 'ERROR' | 'WARNING' | 'INFO' | 'DEBUG' — The type of the log event.
    - `category` string — The category of the log.
    - `nodeId` string — The node identifier associated with the log.
    - `message` string — The log message.
    - `payload` object — Additional payload data.
    - `timestamp` string, date-time — The timestamp when the log was created.
    - `jobId` string, uuid — The job identifier associated with this log.
    - `createdAt` string, date-time — The creation timestamp.
    - `updatedAt` string, date — The last update timestamp.

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `500` — Server Side Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
