Get the current time for a target
Use this route to validate selector resolution and inspect the canonical single-target time payload.
Open endpointBulk mode is intentionally narrow, and per-item failures should be treated differently from request-level errors.
Only the routes that explicitly allow bulk mode should be used for comma-separated selector lists. That keeps the rest of the API predictable and avoids hidden branching behavior on endpoints that are meant to stay single-target.
The docs surface bulk as a documented capability of `current` and `convert`, not as a hidden behavior you discover by trial and error.
A bulk array can contain successful items and per-item error wrappers in the same response. That is a normal integration case and should not be treated as equivalent to an HTTP-level failure.
Request-level errors still use the shared error response model with codes, message text, and request metadata.
Use this route to validate selector resolution and inspect the canonical single-target time payload.
Open endpointUse conversion when you already know the source instant and need the target rendered in another timezone or offset.
Open endpoint