---
title: "List Default Project Resources"
method: GET
path: "/v2/projects/default/resources"
tags: ["DigitalOcean-public.v2-new_Project Resources"]
---

# List Default Project Resources

`GET /v2/projects/default/resources`

To list all your resources in your default project, send a GET request to `/v2/projects/default/resources`.

Only resources that you are authorized to see will be returned. For example, to see Droplets in a project, include the `droplet:read` scope.

## Response `200`

The response will be a JSON object with a key called `resources`.
The value of this will be an object with the standard resource attributes.

Only resources that you are authorized to see will be returned.

- object
  - `resources` Resource[] — The resources that are assigned to this project. Only resources that you are authorized to see will be returned.
    - `urn` string — The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
    - `assigned_at` string, date-time — A time value given in ISO8601 combined date and time format that represents when the project was created.
    - `links` object — The links object contains the `self` object, which contains the resource relationship.
      - `self` string, uri — A URI that can be used to retrieve the resource.
    - `status` 'ok' | 'not_found' | 'assigned' | 'already_assigned' | 'service_down' — The status of assigning and fetching the resources.
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown
  - `meta` object, required — Information about the response itself.
    - `total` integer, required — Number of objects returned by the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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