Skip to content
OpenCode
Esc
navigateopen⌘Jpreview

List project directories

List known local absolute directories for a project.

GET/api/project/{projectID}/directories
Path parameters
projectIDstringrequired
Query parameters
locationobject | any
Responses
200Project.Directories
Array of Project.Directory
directorystringrequired
strategystring
400InvalidRequestError
_tagstringrequired
Allowed:InvalidRequestError
messagestringrequired
kindstring | any
Show properties
Any of:
string
string
any
any
fieldstring | any
Show properties
Any of:
string
string
any
any
401UnauthorizedError
_tagstringrequired
Allowed:UnauthorizedError
messagestringrequired
Request
curl -X GET "/api/project/string/directories"
Response
[
  {
    "directory": "string",
    "strategy": "string"
  }
]