Skip to main content
GET
/
projects
/
{project_id}
/
last_updated
curl "https://api.atomscale.ai/projects/d290f1ee-6c54-4b01-90e6-d701748f0851/last_updated" \
  -H "X-API-KEY: YOUR_API_KEY"
"2024-01-15T14:30:00Z"
Returns the timestamp of the most recent update across the project, including its samples and data.
project_id
string
required
UUID of the project

Response

Returns an ISO 8601 timestamp string.
curl "https://api.atomscale.ai/projects/d290f1ee-6c54-4b01-90e6-d701748f0851/last_updated" \
  -H "X-API-KEY: YOUR_API_KEY"
"2024-01-15T14:30:00Z"