---
title: "Get an exec-audit call detail (internal)"
method: GET
path: "/internal/exec-audit/calls/{call_id}"
tags: ["Exec-Audit"]
---

# Get an exec-audit call detail (internal)

`GET /internal/exec-audit/calls/{call_id}`

## Path parameters

- `call_id` string, required

## Headers

- `X-Internal-Secret` string, required

## Response `200`

OK

- AuditCallDetail
  - `exe_id` string, required
  - `id` string, required
  - `request_preview` string
  - `request_sha256` string
  - `request_size` integer
  - `rpc_id` string
  - `rpc_kind` string
  - `rpc_method` string
  - `session_id` string
  - `source` string, required — envmcp|rest|relay
  - `started_at` string, required — RFC3339
  - `user_id` string
  - `workspace_id` string, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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