---
title: "POST /v1/{+parent}/objects:lookup"
method: POST
path: "/v1/{+parent}/objects:lookup"
tags: ["projects"]
---

# POST /v1/{+parent}/objects:lookup

`POST /v1/{+parent}/objects:lookup`

Use this method to look up a migration job object by its source object identifier.

## Path parameters

- `parent` string, required

## Request body

- LookupMigrationJobObjectRequest — Request for looking up a specific migration job object by its source object identifier.
  - `sourceObjectIdentifier` SourceObjectIdentifier — An identifier for the Migration Job Object.
    - `database` string — Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
    - `table` string — Optional. The table name. This will be required only if the object is a level below database or schema.
    - `type` 'MIGRATION_JOB_OBJECT_TYPE_UNSPECIFIED' | 'DATABASE' | 'SCHEMA' | 'TABLE' — Required. The type of the migration job object.
    - `schema` string — Optional. The schema name. This will be required only if the object uses a schema name as part of its unique identifier.

## Response `200`

Successful response

---

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