getSmartList
Fetch a single smart list by ID to retrieve its saved filter configuration. Read-only; returns the record or a 404 if not 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 |