getSmartList
Fetch a single smart list record by its ID to read saved filter configuration. Returns the filter details if found.
Instructions
Get a single smart list - Fetch a single smartlist record. Read-only.
Use when: fetching one saved filter's config.
Required: smart_list_id.
See also: listSmartLists (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| smart_list_id | Yes |