---
title: "Returns the stats of a given profile."
method: GET
path: "/profiles/{profileId}/stats"
tags: ["Profiles"]
---

# Returns the stats of a given profile.

`GET /profiles/{profileId}/stats`

## Path parameters

- `profileId` number, required

## Query parameters

- `filter` string

## Headers

- `X-Organization-Id` string, required

## Response `200`

Response

- ProfileStatistics
  - `profileId` string — The guests ID.
  - `propertyId` string — The property ID that this statistic pertains to.
  - `reservations` integer — Number of reservations at this property.
  - `nights` integer — The number of nights at this property.
  - `revenue` number, float — Revenue this profile has generated.
  - `lastVisit` string, date — RFC3399 date of the last time the profile visited the property (check-in date)

---

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