Comprehensive guide to managing dataset nodes in flows via the GraphorLM REST API
Component | Description |
---|---|
ID | Unique identifier for the dataset node |
Config | File selection and processing settings |
Result | Status and metadata from last processing |
Position | Visual placement in the flow editor |
{flow_name}
: The name of your deployed flow{node_id}
: The specific dataset node identifier (for update operations)Error Type | HTTP Status | Description |
---|---|---|
Authentication | 401 | Invalid or missing API token |
Flow Not Found | 404 | Flow doesn’t exist or isn’t accessible |
Node Not Found | 404 | Dataset node doesn’t exist in the flow |
Files Not Found | 400 | Specified files don’t exist as sources |