Last job execution date for a project
Projects
Last job execution date for a project
Returns the date of the project’s most recent job execution as a data-freshness indicator, or null if it has never run a job.
GET
Last job execution date for a project
Headers
Project ID to specify the project context
Path Parameters
Unique identifier (UUID) of the project to read the last execution date for. Must match the x-project-id header.
Response
The date of the last job execution for this project, or null if no executions exist.
Example:
"2026-04-30T12:00:00.000Z"