> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get an object

> Retrieve a visible Object definition.

Requires `object_types:read`, a verified administrator, and Objects enabled for the workspace.

### Parameters

<ParamField path="key" type="string" required>
  Canonical Object key, such as `worker` or `objects.equipment`.
</ParamField>

### Returns

Returns the [Object definition](/reference/object-types/object). Returns not found
when the key is unknown or outside the caller's workspace catalog.
