---
title: "Get accessible resource snapshot"
method: GET
path: "/v1/resources"
tags: ["Resources"]
---

# Get accessible resource snapshot

`GET /v1/resources`

Returns IDs and update timestamps for cloud resources visible to the current organization member.

## Response `200`

Accessible resource snapshot returned successfully.

- ResourceSnapshotResponse
  - `organizationId` string, required
  - `orgMemberId` string, required
  - `teamIds` string[], required
  - `resources` object, required
    - `llmProviders` object, required
    - `marketplaces` object, required

## Other responses

- `401` — The caller must be signed in to list resources.

---

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