---
title: "ExecHistory"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/exechistory/"
source: "https://container-registry.com/docs/harbor-api-client/model/exechistory/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/exechistory/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/exechistory/index.md>. Site index: <https://container-registry.com/llms.txt>.


# ExecHistory

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | the id of purge job. | [optional] 
**job_name** | **str** | the job name of purge job. | [optional] 
**job_kind** | **str** | the job kind of purge job. | [optional] 
**job_parameters** | **str** | the job parameters of purge job. | [optional] 
**schedule** | **[ScheduleObj](../scheduleobj/)** |  | [optional] 
**job_status** | **str** | the status of purge job. | [optional] 
**deleted** | **bool** | if purge job was deleted. | [optional] 
**creation_time** | **datetime** | the creation time of purge job. | [optional] 
**update_time** | **datetime** | the update time of purge job. | [optional] 



