---
title: "Get the Source Database SQL object details"
method: GET
path: "/assessment_source_db_details"
tags: ["voyager-info"]
---

# Get the Source Database SQL object details

`GET /assessment_source_db_details`

Get the Source Database SQL object details

## Query parameters

- `uuid` string, uuid, required

## Response `200`

Response for migration assessment source db metadata page

- object
  - `data` AssessmentSourceDbObject — Details about Source DB's SQL Objects
    - `sql_objects_count` SqlObjectCount[]
      - `sql_type` string
      - `count` integer
    - `sql_objects_metadata` SqlObjectMetadata[]
      - `object_name` string
      - `sql_type` string
      - `row_count` integer
      - `size` integer
      - `iops` integer

## Other responses

- `400` — API Error
- `500` — API Error

## Changes

- **2024-07-16** `9a0a93c49489` — 1 info
  - added the optional property `data/sql_objects_metadata/items/object_name` to the response with the `200` status
- **2024-07-16** `3d0a8543417a` — 1 info
  - endpoint added
- **2022-06-13** `7856cb3301b2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/changes/assessment_source_db_details/get.md)

---

[API](https://skmtc.dev/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/a851ee3a0a88/schema)
