Skip to main content
POST
/
process.Process
/
List
List
curl --request POST \
  --url https://api.example.com/process.Process/List \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "processes": [
    {
      "config": {
        "cmd": "<string>",
        "args": [
          "<string>"
        ],
        "envs": {},
        "cwd": "<string>"
      },
      "pid": 123,
      "tag": "<string>"
    }
  ]
}

Body

application/json

The body is of type ListRequest · object.

Response

Success

processes
ProcessInfo · object[]