---
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 stream object by its source object identifier.

## Path parameters

- `parent` string, required

## Request body

- LookupStreamObjectRequest — Request for looking up a specific stream object by its source object identifier.
  - `sourceObjectIdentifier` SourceObjectIdentifier — Represents an identifier of an object in the data source.
    - `salesforceIdentifier` SalesforceObjectIdentifier — Salesforce data source object identifier.
      - `objectName` string — Required. The object name.
    - `oracleIdentifier` OracleObjectIdentifier — Oracle data source object identifier.
      - `schema` string — Required. The schema name.
      - `table` string — Required. The table name.
    - `postgresqlIdentifier` PostgresqlObjectIdentifier — PostgreSQL data source object identifier.
      - `table` string — Required. The table name.
      - `schema` string — Required. The schema name.
    - `mongodbIdentifier` MongodbObjectIdentifier — MongoDB data source object identifier.
      - `database` string — Required. The database name.
      - `collection` string — Required. The collection name.
    - `spannerIdentifier` SpannerObjectIdentifier — Spanner data source object identifier.
      - `table` string — Required. The table name.
      - `schema` string — Optional. The schema name.
    - `mysqlIdentifier` MysqlObjectIdentifier — Mysql data source object identifier.
      - `database` string — Required. The database name.
      - `table` string — Required. The table name.
    - `sqlServerIdentifier` SqlServerObjectIdentifier — SQLServer data source object identifier.
      - `schema` string — Required. The schema name.
      - `table` string — Required. The table name.

## Response `200`

Successful response

---

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