---
title: "List projects by current user"
method: GET
path: "/datadeposits/user_projects"
tags: ["Data deposit", "User projects"]
---

# List projects by current user

`GET /datadeposits/user_projects`

Returns a list of all projects by the current logged in user

## Response `200`

successful operation

- Project
  - `id` integer
  - `project_type` 'survey' | 'geospatial'
  - `title` string
  - `description` string
  - `shortname` string
  - `collaborators` string[]
  - `status` 'draft' | 'submitted' | 'processed' | 'closed' | 'cancelled' | 'published' — Project status codes * `draft` - Draft mode * `submitted` - Project is submitted and locked for user to make any further changes * `processed` - Project accepted and is being processed * `closed` - Processing completed and project is completed * `published` - Project published to one or more catalogs * `cancelled` - Project was cancelled
  - `created` string, date-time
  - `changed` string, date-time

## Other responses

- `400` — Bad request

---

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