---
title: "Execution"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/execution/"
source: "https://container-registry.com/docs/harbor-api-client/model/execution/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/execution/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/execution/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Execution

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of execution | [optional] 
**vendor_type** | **str** | The vendor type of execution | [optional] 
**vendor_id** | **int** | The vendor id of execution | [optional] 
**status** | **str** | The status of execution | [optional] 
**status_message** | **str** | The status message of execution | [optional] 
**metrics** | **[Metrics](../metrics/)** |  | [optional] 
**trigger** | **str** | The trigger of execution | [optional] 
**extra_attrs** | **[ExtraAttrs](../extraattrs/)** |  | [optional] 
**start_time** | **str** | The start time of execution | [optional] 
**end_time** | **str** | The end time of execution | [optional] 



