---
title: "Retrieve the information for a specific log."
method: GET
path: "/go/tenants/{tenantId}/agentInstances/{agentInstanceId}/logs/{logId}"
tags: ["Packs"]
---

# Retrieve the information for a specific log.

`GET /go/tenants/{tenantId}/agentInstances/{agentInstanceId}/logs/{logId}`

Retrieve the log details of given logId.

## Path parameters

- `tenantId` string, required
- `agentInstanceId` string, uuid, required
- `logId` string, required

## Query parameters

- `detailsKey` string, required

## Response `200`

Pack log details.

- union — Details for a Pack log.
  - object — Details for Pack fetcher logs
    - `type` 'fetcher', required
    - `request` string, required
    - `response` string
  - object — Details for Pack invocation logs
    - `type` 'invocation', required
    - `result` object
      - `stringVal` string, required
      - `int64Val` number, required
      - `doubleVal` number, required
      - `objectVal` string, required
      - `boolVal` boolean, required
      - `dateVal` number, required
    - `resultDetail` string — Supplementary information about the result.
    - `continuationJson` string — Only used by sync invocations.
    - `completionJson` string — Only used by sync invocations.
    - `deletedItemIdsJson` string — Only used by sync invocations.
    - `permissionsContextJson` string — Only used by sync invocations.
  - object — Details for Pack agent runtime logs
    - `type` 'agentRuntime', required
    - `input` string — The input to the turn.
    - `output` string — The output from the turn.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

[API](https://skmtc.net/coda/apis/superhuman-docs-api.md) · [All operations](https://skmtc.net/coda/apis/superhuman-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coda/superhuman-docs-api/versions/c65a8418f3c8/schema)
