---
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

---

[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/ee473d0e84e0/schema)
