---
title: "Obj Read"
method: POST
path: "/obj/read"
tags: ["Objects"]
---

# Obj Read

`POST /obj/read`

## Request body

- ObjReadReq
  - `project_id` string, required
  - `object_id` string, required
  - `digest` string, required
  - `metadata_only` boolean, nullable — If true, the `val` column is not read from the database and is empty.All other fields are returned.

## Response `200`

Successful Response

- ObjReadRes
  - `obj` ObjSchema, required
    - `project_id` string, required
    - `object_id` string, required
    - `created_at` string, date-time, required
    - `deleted_at` string, date-time, nullable
    - `digest` string, required
    - `version_index` integer, required
    - `is_latest` integer, required
    - `kind` string, required
    - `base_object_class` string, nullable, required
    - `leaf_object_class` string, nullable
    - `val` unknown, required
    - `wb_user_id` string, nullable — Do not set directly. Server will automatically populate this field.
    - `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/revisions/56745769989b/schema)
