---
title: "Retrieves the collection of Project resources."
method: GET
path: "/projects"
tags: ["Project"]
---

# Retrieves the collection of Project resources.

`GET /projects`

Retrieves the collection of Project resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Project collection

- Project[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration eg. "460000000044019"
  - `projectName` string, nullable — Name of the project eg. "REAL TIME TRAFFIC FLUX"
  - `customerId` string, nullable — Unique identifier for the customer eg. "460000000044001"
  - `customerName` string, nullable — Name of customer eg. "SAF Instruments Inc"
  - `currency` string, nullable — Currency eg. "USD"
  - `status` string, nullable — Status of project eg. "active"
  - `billingType` string, nullable — The way you bill your customer eg. fixed_cost_for_project, based_on_project_hours, based_on_staff_hours based_on_task_hours
  - `rate` integer, nullable — Hourly rate for a task in cents eg. "5000"
  - `totalHours` number, nullable — Total hours eg. "12.41"
  - `billableHours` number, nullable — Billable hours for the project eg. "12.41"
  - `created` string, date-time, nullable — Datetime when the project object was created eg. "2013-09-18 18:05:27"
  - `modified` string, date-time, nullable — Datetime when the project object was last updated eg. "2013-09-18 18:05:27"

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
