Skip to main content
GET
/
api
/
v1
/
git
/
instruction-files
Get instruction files
curl --request GET \
  --url http://localhost:3001/api/v1/git/instruction-files \
  --cookie nut-session=
{
  "success": true,
  "data": {}
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Query Parameters

kind
enum<string>
default:all

Filter to a specific file kind, or "all" (default) for every match.

Available options:
README,
CLAUDE,
GEMINI,
AGENTS,
COPILOT,
CODEX,
all

Response

Instruction files grouped by directory

success
boolean
Example:

true

data
object

Directory path -> { filename -> content }