---
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

---

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