---
title: "GET /stats/pulls"
method: GET
path: "/stats/pulls"
tags: ["Stats", "Pulls", "Pull"]
---

# GET /stats/pulls

`GET /stats/pulls`

See the most recent member pulls

## Response `200`

Server activity logs and statistics

- object
  - `success` boolean
  - `data` object[]
    - `id` integer — Unique identifier for this activity record
    - `serverId` integer — ID of the server where the activity occurred
    - `accId` integer — Account identifier associated with the activity
    - `startTime` string, date-time — Timestamp when the activity started
    - `totalTime` string — Total duration of the activity in HH:MM:SS format
    - `successCount` integer — Number of successful operations
    - `bannedCount` integer — Number of banned tokens encountered
    - `tooManyGuildsCount` integer — Count of tokens rejected due to being in too many guilds
    - `invalidTokenCount` integer — Number of invalid tokens detected
    - `alreadyHereCount` integer — Number of users already present in the server
    - `failedCount` integer — Number of failed operations
    - `totalCount` integer — Total number of operations attempted
    - `message` string — Optional message or note related to the activity
    - `fileName` string — Generated log filename for the activity session
    - `serverName` string — Display name of the server involved
    - `pic` string — URL of the server or brand logo

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

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