list_elements
Retrieve BPMN diagram elements with optional type filtering. Get paginated results with stable ordering and next-page offset.
Instructions
List elements and association artifacts in stable ID order as { count, returnedCount, offset, limit, hasMore, elements }; request the next page with offset + returnedCount
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default 100, max 500) | |
| offset | No | Zero-based offset in the stable result order | |
| elementType | No | Filter by element type (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| hasMore | Yes | ||
| elements | Yes | ||
| returnedCount | Yes |