Get parsing status by repository name and optional commit/branch information
| Field | Type | Required | Description |
|---|---|---|---|
repo_name | string | required | The name of your repository |
branch_name | string | optional* | Branch name to check |
commit_id | string | optional* | Specific commit ID to check |
commit_id or branch_name should be provided. If both are given, commit_id takes precedence.| Field | Type | Description |
|---|---|---|
status | string | Current parsing state: submitted, cloned, parsed, processing, inferring, ready, or error |
project_id | string | The unique project identifier |
progress | number | Percentage completion (0-100) |
message | string | Status description |
| Feature | By Repo (POST) | By Project ID (GET) |
|---|---|---|
| Required Info | Repo name + branch/commit | Project ID |
| HTTP Method | POST | GET |
| Use Case | Initial status check | Ongoing monitoring |
| Performance | Slightly slower | Faster |
API key authentication. Get your key from potpie settings page