---
title: "Get Claim Execution Command Endpoint"
method: GET
path: "/api/claims/{claim_id}/execution-command"
tags: ["runtime_mutations", "ckg"]
---

# Get Claim Execution Command Endpoint

`GET /api/claims/{claim_id}/execution-command`

The unredacted command a runtime claim came from, for the reveal control.

Split from the claim payload so secret-shaped values are sent only when a
reader asks, not to every surface that renders the claim.

## Path parameters

- `claim_id` string, required

## Query parameters

- `workspace_id` string, nullable

## Response `200`

Successful Response

- ClaimExecutionCommandResponse
  - `command` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-19** `bc8a81bf3914` — 1 warning, 1 info
  - deleted the `query` request parameter `project_id`
  - added the new optional `query` request parameter `workspace_id`
- **2026-08-12** `dcf9b4550387` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/claims/:claim_id/execution-command/get.md)

---

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