---
title: "Get scoped credentials for a specific table (dataset)"
method: GET
path: "/workspaces/{workspace_id}/tables/{table_name}/creds"
tags: ["tables"]
---

# Get scoped credentials for a specific table (dataset)

`GET /workspaces/{workspace_id}/tables/{table_name}/creds`

Returns temporary credentials scoped to the table's storage path,

## Path parameters

- `workspace_id` string, required
- `table_name` string, required

## Query parameters

- `mode` string

## Response `200`

OK

- InternalHttpapiTablesapiTableCredsResponse
  - `creds` object
  - `mode` string
  - `path` string
  - `repo_type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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