---
title: "GET /projects"
method: GET
path: "/projects"
tags: ["projects"]
---

# GET /projects

`GET /projects`

Returns list of projects

## Query parameters

- `with_total` boolean
- `page` integer
- `per` integer
- `order` 'asc' | 'desc'
- `sort_by` string

## Response `200`

Returns list of projects

- EndpointsProjects — Endpoints_Projects model
  - `data` ProjectEntity[]
    - `id` integer
    - `broker_id` integer
    - `location_id` integer
    - `name` string
    - `title` string
    - `status` string
    - `project_status` ProjectStatusEntity
      - `id` integer
      - `name` string
      - `position` integer
      - `color` string
      - `created_at` string
      - `updated_at` string
    - `sub_headline` string
    - `tagline` string
    - `logo_url` string
    - `street` string
    - `house_number` string
    - `zip_code` string
    - `city` string
    - `address` string
    - `lat` string
    - `lng` string
    - `country` string
    - `hide_address` boolean
    - `region` string
    - `custom_fields` object
    - `description_note` string
    - `location_note` string
    - `furnishing_note` string
    - `created_at` string
    - `updated_at` string
  - `total` integer — Show the total count of projects

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
