Skip to main content
POST
/
product
/
scheduler
/
wait
Wait until scheduler is idle for a specific user
curl --request POST \
  --url https://api.example.com/product/scheduler/wait
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

user_name
string
required
timeout_seconds
number
default:120
poll_interval
number
default:0.5

Response

Successful Response