---
title: "Get Ask Sybill Result"
method: GET
path: "/v1/ask-sybill/{threadId}/{runId}"
---

# Get Ask Sybill Result

`GET /v1/ask-sybill/{threadId}/{runId}`

Wait up to 60 seconds for a previously submitted Ask Sybill run.

Requires the **Ask Sybill** permission (`ask_sybill` scope). Terminal runs
return `200 OK`; active runs return `202 Accepted` with polling headers. Runs
remain accessible to the originating organization for 30 days.

## Path parameters

- `threadId` string, uuid, required
- `runId` string, uuid, required

## Response `200`

Successful Response

- AskSybillResult
  - `threadId` string, uuid, required
  - `runId` string, 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.
  - `output` string, nullable
  - `generatedAt` integer, nullable
  - `error` string, nullable

## Other responses

- `202` — Accepted
- `422` — Validation Error

---

[API](https://skmtc.net/sybill/apis/sybill-api.md) · [All operations](https://skmtc.net/sybill/apis/sybill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sybill/sybill-api/revisions/f499ec011b17/schema)
