collectedAt
CollectedAt is a field name commonly used in data schemas, APIs, logs, and analytics to record the timestamp when a data item was collected from its source or produced by a collection process. It is typically part of metadata attached to records or events.
In practice, collectedAt indicates the moment of data acquisition and is distinct from times associated with
Regarding data types and formats, collectedAt is usually stored as a datetime value. Preferred formats include
Best practices include documenting the precise meaning of collectedAt for a given dataset, ensuring time zone
Common use cases include data ingestion pipelines, event logs, sensor data, and web-scraped datasets. Pitfalls to
See also: createdAt, updatedAt, observedAt, retrievedAt, processedAt.