---
title: "Upsert Execution Status"
method: POST
path: "/v1/store/execution-statuses"
tags: ["store"]
---

# Upsert Execution Status

`POST /v1/store/execution-statuses`

## Request body

- UpsertExecutionStatusRequest
  - `execution_id` string, required
  - `execution_type` string, required
  - `status` string
  - `chat_session_id` string, nullable
  - `notebook_id` string, nullable
  - `project_id` string, nullable
  - `last_output_tail` string[], nullable
  - `execution_metadata` object, nullable
  - `error_message` string, nullable
  - `completed_at` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/399077308c86/schema)
