Skip to main content
GET
/
api
/
v1
/
workspaces
/
{workspace_slug}
/
work-items
/
{identifier}
/
Retrieve a work item by identifier
curl --request GET \
  --url https://api.plane.so/api/v1/workspaces/{workspace_slug}/work-items/{identifier}/ \
  --header 'x-api-key: <api-key>'

Path parameters

workspace_slug
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.
identifier
string
required
Work item identifier in the format PROJECT-123 (e.g., ENG-123)

Query parameters

expand
string
Comma-separated list of fields to expand. Possible values: type, module, labels, assignees, state, project.