/
HA
harness
/
API Specification
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
gitspaces
14
get
List gitspaces for account
get
Get usage for account
get
List gitspaces
post
Create gitspace config
get
Get gitspace
put
Update gitspace config
delete
Delete gitspace config
post
Gitspace action
get
Get gitspace events
get
Get gitspace instance logs
get
Get gitspace token
get
List branches
get
List repositories
post
Validate git repo for gitspaces
infraproviderresources
3
infraproviders
16
gitspaces
List gitspaces for account
get
/accounts/{accountIdentifier}/gitspaces
Path parameters
accountIdentifier
string
required
account identifier.
Response
OK
TypesGitspaceConfig[]
required
branch
string
branch_url
string
code_repo_is_private
boolean
code_repo_ref
string
nullable
code_repo_type
'github'
|
'gitlab'
|
'harness_code'
|
'bitbucket'
|
'unknown'
|
'gitness'
code_repo_url
string
created
integer
devcontainer_path
string
nullable
ide
'vs_code'
|
'vs_code_web'
|
'intellij'
|
'pycharm'
|
'goland'
|
'webstorm'
|
'clion'
|
'phpstorm'
|
'rubymine'
|
'rider'
identifier
string
instance
TypesGitspaceInstance
nullable
log_key
string
name
string
resource
TypesInfraProviderResource
space_path
string
ssh_token_identifier
string
state
'running'
|
'stopped'
|
'error'
|
'uninitialized'
|
'starting'
|
'stopping'
updated
integer
user_display_name
string
user_email
string
user_id
string
Changes