---
title: "GET /resources"
method: GET
path: "/resources"
tags: ["ResourceController"]
---

# GET /resources

`GET /resources`

## Query parameters

- `filter` object
  - `where` object
  - `fields` object
    - `_id` boolean
    - `ankamaId` boolean
    - `name` boolean
    - `level` boolean
    - `type` boolean
    - `imgUrl` boolean
    - `url` boolean
    - `description` boolean
    - `recipe` boolean
  - `offset` integer
  - `limit` integer
  - `skip` integer
  - `order` string[]

## Response `200`

Array of Resource model instances

- Resource[]
  - `_id` number, required
  - `ankamaId` number
  - `name` string
  - `level` number
  - `type` string
  - `imgUrl` string
  - `url` string
  - `description` string
  - `recipe` object[]

---

[API](https://skmtc.dev/dofapi/apis/loopback-application.md) · [All operations](https://skmtc.dev/dofapi/apis/loopback-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dofapi/loopback-application/revisions/8b5cdfcf6ccc/schema)
