latestOpenAPI 3.1.02026-08-13356696.3 KB

f499ec011b17

Ask Sybill

Submit a one-shot question using organization-level Sybill data.

Requires the Ask Sybill permission (ask_sybill scope). The request waits up to 60 seconds. A terminal run returns 200 OK; a run still in progress returns 202 Accepted with Location and Retry-After headers for polling.

post/v1/ask-sybill

Request body

versioninteger
messagestring required

Response

Successful Response

threadIdstring uuid required
runIdstring uuid required
status'running' | 'completed' | 'failed' | 'stopped' required

Public API run lifecycle status.

Mirrors the skynet-internal RunStatus values so the wire format is stable even if the internal enum gains new states. Public API consumers should treat any unknown value as terminal-failure.

outputstring nullable
generatedAtinteger nullable
errorstring nullable