Skip to content
Pile
Esc
navigateopen⌘Jpreview

List git automation states

GET/workspaces/{organizationId}/git-automation-states
Path parameters
organizationIdstringrequired
Responses
200Git automation states
statesobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
stateIdstringrequired
prStatestringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/git-automation-states"
Response
{
  "states": [
    {
      "id": "string",
      "organizationId": "string",
      "stateId": "string",
      "prState": "string",
      "createdAt": "string"
    }
  ]
}