cigchat_flow_error_logs_data
Retrieve error logs for your current flow to diagnose failures. Filter by time range, node, user, or partial error description to isolate issues.
Instructions
Get error logs for the current flow. [GET /flow/error-logs/data] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, between 1 and 100 | |
| limit | No | Number of items, between 1 and 1000 | |
| search | No | Partial error description | |
| node_ns | No | Node namespace | |
| user_ns | No | Subscriber user namespace | |
| end_time | No | Unix timestamp no older than one month | |
| start_time | No | Unix timestamp no older than one month |