Skip to main content
POST
/
v1
/
routing
/
estimated-wait-time
Get Estimated Wait Time
curl --request POST \
  --url https://api.example.com/v1/routing/estimated-wait-time \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "duration": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.atonom.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string

Queue or routing entity id to estimate wait for.

Response

OK

duration
string

Estimated wait as a duration from now.

Pattern: ^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$