Skip to content

Get Execution

GET
/api/v1/executions/{execution_id}

Get detailed execution information.

Args: execution_id: Execution UUID or tag service: Execution service (injected)

Returns: Execution details including config snapshot and error info

Raises: HTTPException: 404 if not found

execution_id
required
Execution Id
string

Successful Response

ExecutionDetailResponse

Detailed execution response including config snapshot and error info.

object
id
required
Id

Execution UUID (used for storage paths)

string format: uuid
config_id
required
Config Id

Configuration ID

string format: uuid
status
required
Status

Current status

string
Allowed values: running completed failed cancelled interrupted
started_at
required
Started At

Start timestamp

string format: date-time
completed_at
Any of:
string format: date-time
parent_execution_id
Any of:
string format: uuid
replay_source
Any of:
string
Allowed values: storage lineage manual
tag
Any of:
string
config_snapshot
required
Config Snapshot

Config snapshot at execution time

object
key
additional properties
any
root_correlation_id
Any of:
string format: uuid
metadata
Any of:
object
key
additional properties
any
error_info
Any of:
object
key
additional properties
any

Resource not found

ErrorResponse

Standard error response matching FastAPI HTTPException format.

This model is used in OpenAPI response declarations for 4xx/5xx errors. The detail field matches FastAPI’s HTTPException structure.

object
detail
required
Detail

Error message (matches FastAPI HTTPException)

string
error_code
Any of:
string
correlation_id
Any of:
string
timestamp
Timestamp

Error timestamp

string format: date-time

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object