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

# Get all projects

`GET /projects`

Get all projects

## Query parameters

- `limit` integer, nullable
- `search` string, nullable
- `ids` string[], nullable
- `active` boolean, nullable
- `orders` object[], nullable
  - `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/revisions/113f9953e62a/schema)
