---
title: "Retrieve callback request details starting from the newest."
method: GET
path: "/subscriptions/{id}/callbacks-log"
tags: ["subscriptions"]
---

# Retrieve callback request details starting from the newest.

`GET /subscriptions/{id}/callbacks-log`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `page_id` string
- `limit` integer
- `callbackStatus` 'successful' | 'failed'
- `after` string, date-time
- `before` string, date-time

## Response `200`

List of callback request details.

- CallbackRequest[]
  - `status` 'successful' | 'failed'
  - `timestamp` string, date-time — Requests sent before timestamp. Format ISO8601: yyyy-MM-ddTHH:mm:ss.SSSZZ
  - `requestDetails` object — details of callback request
    - `url` string — URL to which callback was sent
    - `body` string — body of the request in the form of stringified JSON.
    - `headers` object — headers set for the request

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
