action intellifi_get_spot_list_ids_by_id { label: "Get spot ids for this list" provider: intellifi method: GET path: "/sets/spotlists/{id}/ids" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "array" description: "List of item ids" items: { type: "string" description: "Unique identifier for resource." } } }