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

# List all work items

> Returns a list of all work items in a project.

## Path parameters

<ParamField path="workspace_slug" type="string" required>
  The workspace\_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL `https://app.plane.so/my-team/projects/`, the workspace slug is `my-team`.
</ParamField>

<ParamField path="project_id" type="string" required>
  The unique identifier of the project.
</ParamField>

## Query parameters

<ParamField query="project" type="string">
  Filter by project ID.
</ParamField>

<ParamField query="state" type="string">
  Filter by state ID.
</ParamField>

<ParamField query="assignee" type="string">
  Filter by assignee user ID.
</ParamField>

<ParamField query="limit" type="number">
  Number of results to return per page.
</ParamField>

<ParamField query="offset" type="number">
  Number of results to skip for pagination.
</ParamField>

<ParamField query="expand" type="string">
  Comma-separated list of fields to expand. Possible values: `type`, `module`, `labels`, `assignees`, `state`, `project`.
</ParamField>
