From 22e07302df2e193816210df382361324db0f6da2 Mon Sep 17 00:00:00 2001 From: Kaung Zin Hein Date: Mon, 14 Sep 2026 01:02:54 -0400 Subject: [PATCH] docs: show queued status in the Goal Run creation example The 201 create example returns a run that is accepted but not yet dialed (call_id: null); per the OpenAPI acceptedDeliveryConfirmation example and the GoalRunStatus enum, that state is queued, not in_progress. --- content/guides/goal-runs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/goal-runs.mdx b/content/guides/goal-runs.mdx index 3d72531..20e7df3 100644 --- a/content/guides/goal-runs.mdx +++ b/content/guides/goal-runs.mdx @@ -223,7 +223,7 @@ The first accepted request and an exact idempotent replay both return `201 Creat "goal_id": "goal_delivery_confirmation", "run_id": "run_delivery_ord_8472", "call_id": null, - "status": "in_progress", + "status": "queued", "run_spec": { "id": "rspec_delivery_v4", "version": 4