---
title: "List all active projects for the user"
method: GET
path: "/projects/{username}"
tags: ["User"]
---

# List all active projects for the user

`GET /projects/{username}`

List all active projects for the user

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful operation

- object
  - `count` integer
  - `results` Project[]
    - `name` string, required
    - `slug` string, required
    - `user` User, required
      - `login` string
      - `email` string
      - `is_organization` string
      - `url` string
      - `date_joined` string, date-time
      - `status` string
      - `first_name` string
      - `last_name` string
      - `company_name` string
    - `current_settings` ProjectSettingsSerializer, required
      - `start_urls` string[], required
      - `max_nb_pages` integer, required
      - `max_depth` integer
      - `compare_crawl` boolean
      - `blacklisted_domains` string[], required
      - `allowed_domains` string[], required
      - `respect_nofollow` boolean
      - `crawl_gzip` boolean
      - `has_robots_txt` string
      - `user_agent` string
      - `max_pages_per_sec` integer
      - `extra_headers` string
      - `google_social_auth_id` integer
      - `google_analytics_site_id` integer
      - `google_analytics_account_email` string — Keep email in case user delete his social auth connection
      - `google_analytics_nb_days` integer
      - `sitemaps` string[], required
      - `header_settings` string[], required
    - `active` boolean
    - `date_created` string
  - `next` string
  - `previous` string
  - `page` integer
  - `size` integer

## Other responses

- `default` — error payload

## Changes

> 3 revisions in range; 1 could not be searched.

- **2016-01-11** `62465db12f9c` — 3 info
  - api operation id `getUserProjects` removed and replaced with `getProjects`
  - api tag `Project` added
  - api tag `User` removed

[Change history](https://skmtc.dev/botify-labs/apis/botify-api/changes/projects/:username/get.md)

---

[API](https://skmtc.dev/botify-labs/apis/botify-api.md) · [All operations](https://skmtc.dev/botify-labs/apis/botify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botify-labs/botify-api/revisions/babe177600aa/schema)
