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
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” execution_id
required
Execution Id
string
Responses
Section titled “ Responses ”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
started_at
required
Started At
Start timestamp
string format: date-time
config_snapshot
required
Config Snapshot
Config snapshot at execution time
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.
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context