---
title: "Get dev resources"
method: GET
path: "/v1/files/{file_key}/dev_resources"
tags: ["Dev Resources"]
---

# Get dev resources

`GET /v1/files/{file_key}/dev_resources`

Get dev resources in a file

## Path parameters

- `file_key` string, required

## Query parameters

- `node_ids` string

## Response `200`

Response from the GET /v1/files/{file_key}/dev_resources endpoint.

- object
  - `dev_resources` DevResource[], required — An array of dev resources.
    - `id` string, required — Unique identifier of the dev resource
    - `name` string, required — The name of the dev resource.
    - `url` string, required — The URL of the dev resource.
    - `file_key` string, required — The file key where the dev resource belongs.
    - `node_id` string, required — The target node to attach the dev resource to.

## Other responses

- `400` — Bad request. Parameters are invalid or malformed. Please check the input formats. This error can also happen if the requested resources are too large to complete the request, which results in a timeout. Please reduce the number and size of objects requested.
- `401` — Token is missing or incorrect.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort.
- `404` — The requested file or resource was not found.
- `429` — In some cases API requests may be throttled or rate limited. Please wait a while before attempting the request again (typically a minute).
- `500` — An internal server error occurred.

---

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