Skip to content
  • Auto
  • Light
  • Dark

Retrieve

Retrieve a project by name
get/v0/projects/{project}

Retrieve a project by name

Path Parameters
projectstring
optional
Returns
config_repostringdisplay_namestringobjectenumorgstringslugstringtargetsarray of TargetProject
curl https://api.stainless.com/v0/projects/$PROJECT \
    -H "Authorization: Bearer $STAINLESS_API_KEY"
200 Example
{
  "config_repo": "config_repo",
  "display_name": "display_name",
  "object": "project",
  "org": "org",
  "slug": "slug",
  "targets": [
    "node"
  ]
}