---
title: "Return information on object type, location, and name"
method: GET
path: "/project/{project_id}/object-info/{object_id}"
tags: ["Project"]
---

# Return information on object type, location, and name

`GET /project/{project_id}/object-info/{object_id}`

## Response `200`

Type, location, and name information for object

- object
  - `type` string, required — Type of object
  - `location` string, required — Location of object
  - `name` string, required — Name of object

## Other responses

- `default` — An error response

---

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