---
title: "Get all projects"
method: POST
path: "/projects/search"
tags: ["Projects"]
---

# Get all projects

`POST /projects/search`

## Request body

- object
  - `limit` integer
  - `search` string
  - `ids` string[]
  - `active` boolean, nullable
  - `orders` object[]
    - `column` string
    - `direction` 'asc' | 'desc'
  - `client_id` string, nullable

## Response `200`

successful operation

- object
  - `data` Project[]
    - `id` string
    - `name` string
    - `client_id` integer
    - `ext_tool_id` integer
    - `info` string
    - `color` string
    - `active` boolean
    - `billable` boolean
    - `acronym` string
    - `image_id` string — The image id to fetch it over /img/{id}
    - `demo_flag` boolean
  - `meta` Pagination
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `links` object[]
      - `url` string
      - `label` string
      - `active` boolean
    - `path` string
    - `per_page` integer
    - `to` integer
    - `total` integer

## Other responses

- `401` — Error: Unauthorized

---

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