---
title: "Call Read"
method: POST
path: "/call/read"
tags: ["Calls"]
---

# Call Read

`POST /call/read`

## Request body

- CallReadReq
  - `project_id` string, required
  - `id` string, required
  - `include_costs` boolean, nullable
  - `include_storage_size` boolean, nullable
  - `include_total_storage_size` boolean, nullable

## Response `200`

Successful Response

- CallReadRes
  - `call` CallSchema, required
    - `id` string, required
    - `project_id` string, required
    - `op_name` string, required
    - `display_name` string, nullable
    - `trace_id` string, required
    - `parent_id` string, nullable
    - `thread_id` string, nullable
    - `turn_id` string, nullable
    - `started_at` string, date-time, required
    - `attributes` object, required
    - `inputs` object, required
    - `ended_at` string, date-time, nullable
    - `exception` string, nullable
    - `output` unknown
    - `summary` object
    - `wb_user_id` string, nullable
    - `wb_run_id` string, nullable
    - `wb_run_step` integer, nullable
    - `wb_run_step_end` integer, nullable
    - `deleted_at` string, date-time, nullable
    - `storage_size_bytes` integer, nullable
    - `total_storage_size_bytes` integer, nullable

## Other responses

- `422` — Validation Error

---

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