---
title: "GET /api/v1.0/{appId}/apm/calls"
method: GET
path: "/api/v1.0/{appId}/apm/calls"
tags: ["Apm"]
---

# GET /api/v1.0/{appId}/apm/calls

`GET /api/v1.0/{appId}/apm/calls`

## Path parameters

- `appId` string, required

## Query parameters

- `page` integer
- `limit` integer
- `storeId` integer[]

## Response `200`

OK

- RestApiPaginationResultPhoneCall — Rest api pagination result
  - `Page` integer, required — Current page index
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` PhoneCall[], required — Generic data object.
    - `PhoneCallId` integer — Phone call id
    - `CallSid` string — Twilio Call SID
    - `TimeOfCall` string, date-time — Time of the call
    - `TimeOfCallLocal` string, date-time — Time of the call, local to the store to which the call was made
    - `StoreId` integer — ID of the store that the call was TO
    - `StoreName` string — Name of the store that the call was TO
    - `CallerName` string — Name of the caller
    - `CallerUserId` integer — UserID of the caller
    - `CallerNumber` string — Phone number of the caller
    - `CallLengthInSeconds` integer — The amount of time the call took
    - `CallStatus` 'Queued' | 'Ringing' | 'InProgress' | 'Completed' | 'Failed' | 'Busy' | 'NoAnswer' | 'Unknown' | 'Canceled' — The status of the call

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
