May be a basic question but you know how you can run Clay.getCellStatus({{Column}}) I want to get the time when a column was run, does the Clay library have a function for that?
The Clay library doesn't have a specific function to retrieve when a column was run. The available documentation shows that Clay.getCellStatus()
can check cell status, but there's no equivalent function for column run timestamps.
You can inspect individual cell details by clicking on cells to view enriched information, and table history shows row deduplication and row actions, but these don't provide column-level run timestamps.
Are you looking to track run times for a specific type of column or integration, or do you need this information for monitoring purposes?
Okay what other functions can I perform using the Clay.something() method
You can use various functions in Clay to: ** Research unstructured data (e.g., web scraping, answering questions about companies) ** Write personalized messages at scale using AI ** Clean and format data (standardize names, remove nulls) ** Categorize and segment leads ** Extract specific values from data (like emails or URLs) ** Run workflows conditionally based on logic * Connect to external APIs for custom data pulls or pushes These actions are typically performed through features like AI formulas, enrichment tools, and HTTP API integrations, allowing you to automate, enrich, and manipulate your data flexibly within Clay tables .