Skip to main content
GET
Fetches runtime metrics for a Execution.

Path Parameters

id.project
string
required

Name of the project the resource belongs to.

id.domain
string
required

Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.

id.name
string
required

User or system provided value for the resource.

Query Parameters

id.org
string

Optional, org key applied to the resource.

depth
integer<int32>

depth defines the number of Flyte entity levels to traverse when breaking down execution details.

Response

A successful response.

WorkflowExecutionGetMetricsResponse represents the response containing metrics for the specified workflow execution.

span
object

Span represents a duration trace of Flyte execution. The id field denotes a Flyte execution entity or an operation which uniquely identifies the Span. The spans attribute allows this Span to be further broken down into more precise definitions.

Last modified on August 19, 2026