Tempo feed entries missing "updated" field
Posted: Thu Jun 04, 2026 8:30 am America/New_York
When querying for TEMPO V4 products via the JSON API, we noticed that the "updated" field is not among those returned in each feed entry, such as
We've not run into entries without "updated" before so maybe this is normal, and we can issue the more expensive UMM JSON queries for the true revision dates as a backup. But we first wanted to check if this omission is expected/intentional.
We see this for concept IDs C3685896708-LARC_CLOUD, C3685897141-LARC_CLOUD, C3685896625-LARC_CLOUD, C3685896402-LARC_CLOUD, and C3685896149-LARC_CLOUD."feed": {
"updated": "2026-06-04T12:21:34.712Z",
"id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?online_only=true&collection_concept_id[]=C3685896149-LARC_CLOUD&page_size=1&page_num=1&sort_key=-revision_date",
"title": "ECHO granule metadata",
"entry": [
{
"producer_granule_id": "TEMPO_CLDO4_L3_V04_20250912T160435Z_S007.nc",
"time_start": "2025-09-12T16:04:35.000Z",
"dataset_id": "TEMPO gridded cloud fraction and pressure (O2-O2 dimer) Version V04 (PROVISIONAL)",
"data_center": "LARC_CLOUD",
"title": "TEMPO_CLDO4_L3_V04_20250912T160435Z_S007.nc",
"coordinate_system": "CARTESIAN",
"day_night_flag": "UNSPECIFIED",
"time_end": "2025-09-12T17:04:16.000Z",
"id": "G4206479863-LARC_CLOUD",
"original_format": "UMM_JSON",
"granule_size": "0",
"browse_flag": true,
We've not run into entries without "updated" before so maybe this is normal, and we can issue the more expensive UMM JSON queries for the true revision dates as a backup. But we first wanted to check if this omission is expected/intentional.