Skip to main content
GET
/
api
/
folders
/
get
Get folder by name
curl --request GET \
  --url https://api-prod.nomadicml.com/api/folders/get \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "org_id": "<string>",
  "description": "<string>",
  "created_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Query Parameters

name
string
required

Folder name.

scope
enum<string>
required

Folder scope.

Available options:
user,
org

Response

Successful response.

id
string
name
string
org_id
string
description
string
created_at
string