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

# List objects

> Discover platform and workspace Object definitions.

Requires `object_types:read`, a verified administrator, and Objects enabled for the workspace.
Includes visible registered platform Objects and active workspace Objects.
Worker is the first registered platform Object. Internal application models
are not part of this catalog.

### Parameters

<ParamField query="count" type="boolean">
  When true, return only `total`, the number of visible definitions.
</ParamField>

<ParamField query="limit" type="number">
  Number of definitions to return, between 1 and 100. Defaults to 10.
</ParamField>

<ParamField query="cursor" type="string">
  Cursor returned by the previous page.
</ParamField>

<ParamField query="starting_after" type="string">
  Return definitions after this Object ID.
</ParamField>

<ParamField query="ending_before" type="string">
  Return definitions before this Object ID.
</ParamField>

Only one of `cursor`, `starting_after`, or `ending_before` may be provided.

### Returns

Returns `data`, an array of [Object definitions](/reference/object-types/object),
and a `cursor` when another page is available. Definitions are ordered by key.
