---
title: "Show Callback Response"
method: GET
path: "/callbacks/{callback_id}/responses/{id}"
tags: ["Callbacks"]
---

# Show Callback Response

`GET /callbacks/{callback_id}/responses/{id}`

Show details of a specific **Callback** response using a given `:id`.

## Path parameters

- `callback_id` string, required
- `id` string, required

## Response `200`

OK

- SingleCallbackResponse
  - `call_responses` CallbackResponse
    - `id` string
    - `url` string
    - `created_at` string, date-time
    - `payload` object
      - `message` string
    - `response` object
      - `error` string
    - `response_code` integer

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
