forge project get
Get a single platform project by slug or ID.
Command
forge project get <slug|id>
Arguments
| Name | Type | Required | Notes |
|---|---|---|---|
| `slug | id` | string | yes |
Flags
None.
Examples
By slug:
forge project get my-app
# → ID: prj_xxxxx
# → Name: my-app
# → Status: ready
# → Plan: pro
# → Region: eu
# → Created: 2026-07-01
By ID:
forge project get prj_xxxxx
Errors
| Exit code | Meaning |
|---|---|
| 0 | Success |
| 1 | Project not found |
| 2 | Auth failure (no key, invalid key) |
Pitfalls
- Slug vs ID — you can use either the project slug or the full project ID (
).prj_* - Not found — verify the slug or ID is correct. Use
to see all accessible projects.forge project list
See also
{auto-injected}
Tested against
{auto-injected}