---
title: "Github Glob"
method: POST
path: "/github/glob"
tags: ["Search"]
---

# Github Glob

`POST /github/glob`

Find files matching a glob pattern in a GitHub repository.

## Request body

- GitHubGlobRequest
  - `repository` string, required — Repository in owner/repo format
  - `pattern` string, required — Glob pattern (e.g., '*.py', 'src/**/*.ts')
  - `ref` string — Branch, tag, or commit SHA

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nozomio-labs/apis/nia-ai-api.md) · [All operations](https://skmtc.net/nozomio-labs/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nozomio-labs/nia-ai-api/versions/dbb602a3ef17/schema)
