---
title: "Get all accounts with phone book details"
method: GET
path: "/accounts/polling_trigger"
tags: ["Accounts"]
---

# Get all accounts with phone book details

`GET /accounts/polling_trigger`

Retrieves all accounts ordered by creation date (newest first), including their associated phone book information

## Response `200`

Successfully retrieved accounts

- object[]
  - `id` integer — Unique identifier for the account
  - `domain` string — Company domain
  - `industry` string — Industry sector
  - `headquarters` string — Company headquarters location
  - `no_of_employees` integer — Number of employees
  - `created_at` string, date-time — Account creation timestamp
  - `last_updated_at` string, date-time — Last update timestamp
  - `phone_book` object — Associated phone book details
    - `id` integer — Phone book entry ID
    - `first_name` string — Account name
    - `email` string, email — Contact email address
    - `description` string — Additional comments or description

## Other responses

- `404` — No accounts found

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
