---
title: "List plugin graph nodes"
method: GET
path: "/v1/plugins/{pluginId}/graph/nodes"
tags: ["Plugin"]
---

# List plugin graph nodes

`GET /v1/plugins/{pluginId}/graph/nodes`

## Query parameters

- `kind` string, required
- `scope_id` string, required
- `scope_type` 'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension', required
- `equals` string — JSON object of property equality filters.
- `owner_plugin_id` string — Read nodes owned by another plugin when a foreign binding allows it.
- `page_size` integer
- `page_token` string

## Response `200`

OK

- ExtensionNodePage
  - `items` ExtensionNode[], required
    - `id` string, required
    - `plugin_id` string, required
    - `kind` string, required
    - `properties` object, required
    - `parent_id` string, nullable — Direct IN_SCOPE_OF parent id.
    - `parent_type` 'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension'
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
  - `page_info` PageInfo, required — Cursor pagination metadata for a page of results.
    - `next_page_token` string, nullable — Opaque token for the next page. Omitted when has_more is false.
    - `has_more` boolean, required — Whether more results are available.
    - `total_count` integer, nullable — Optional total count when requested by the server.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2026-09-03** `6c0b21e4101e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/plugins/:pluginId/graph/nodes/get.md)

---

[API](https://skmtc.dev/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.dev/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opcotech/elemo-api/revisions/6c0b21e4101e/schema)
