스케줄링 엔진이 제공하는 실시간 예약 가용성입니다: 기술자 수용 능력, 근무 시간, 서비스 지역 커버리지를 고려하여 예약 가능한 날짜 + 시간대 윈도우를 반환합니다. 작업 요청을 생성하기 전에 이 엔드포인트를 호출하고 고객에게는 반환된 윈도우만 제시하십시오 — 스케줄링 불가능한 예약을 방지합니다.
200 OK ▾
400 INVALID_REQUEST_BODY | INVALID_TIMEZONE ▾
401 UNAUTHORIZED ▾
403 API_KEY_SCOPE_INSUFFICIENT — the key authenticated but is restricted and does not carry the permission this endpoint requires. data.required_scope names the missing permission code. Mint a key that carries it (a full-access key carries all of them); this is NOT the same as your user account lacking a permission.
PLAN_MODULE_NOT_INCLUDED — the business's subscription plan does not include the module this endpoint belongs to. data.module names it. This is a BILLING answer, not a credential one: no key, however broad, can reach a module the plan excludes — the business has to upgrade. Distinguish it from API_KEY_SCOPE_INSUFFICIENT by error_code, never by status. ▾
429 TOO_MANY_REQUESTS — per-key rate limit exceeded (240 requests/min, shared across /v1 and /mcp). Back off for the number of seconds in the Retry-After header; every response also carries X-RateLimit-Limit / X-RateLimit-Remaining / X-RateLimit-Reset. ▾