> ## Documentation Index
> Fetch the complete documentation index at: https://docs.panofx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Execution

> One execution's state, with its quote's full lifecycle.

<ParamField path="id" type="string" required>The execution id from `POST /v1/executions`.</ParamField>

<ResponseField name="executionId" type="string" />

<ResponseField name="quoteId" type="string" />

<ResponseField name="status" type="string">`submitted`, `settled`, `failed` or `requote`.</ResponseField>
<ResponseField name="reason" type="string | null">Why it failed or was requoted.</ResponseField>
<ResponseField name="txHash" type="string | null">`0x` hash on EVM, base58 signature on Solana.</ResponseField>
<ResponseField name="submitter" type="string | null">The keeper that submitted.</ResponseField>
<ResponseField name="gasUsed" type="string | null">Gas on EVM, compute units on Solana.</ResponseField>

<ResponseField name="resolver" type="string | null" />

<ResponseField name="proceeds" type="string | null" />

<ResponseField name="takerPays" type="string | null" />

<ResponseField name="updatedAt" type="string" />

<ResponseField name="lifecycle" type="object | null">The same shape as [`GET /v1/quotes/:id`](/integrators/api/quote-lifecycle).</ResponseField>

`404 not_found` for an unknown or malformed id.
