diff --git a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md index 133b3fa..6d3ea4a 100644 --- a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md +++ b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md @@ -72,7 +72,7 @@ Returns per-step `done` / `pending` status with detail counts. #### Example ```bash -curl "http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}' +curl "$API/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}' ``` #### Response @@ -122,4 +122,4 @@ The following routes are defined in source code but are **NOT** currently mounte | `/api/v1/who/candidates` | `who.rs` | --- -*Updated: 2026-05-19 12:49:24* +*Updated: 2026-05-19 23:21:51* diff --git a/docs_v1.0/doc/10_pipeline.html b/docs_v1.0/doc/10_pipeline.html index 464fe84..493e2c1 100644 --- a/docs_v1.0/doc/10_pipeline.html +++ b/docs_v1.0/doc/10_pipeline.html @@ -245,7 +245,7 @@ a { color: #0066cc; }

Returns per-step done / pending status with detail counts.

Example

-
curl "http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
+
curl "$API/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
 

Response

@@ -339,7 +339,7 @@ a { color: #0066cc; }
-

Updated: 2026-05-19 12:49:24

+

Updated: 2026-05-19 23:21:51

\ No newline at end of file diff --git a/docs_v1.0/doc_wasm/modules/10_pipeline.md b/docs_v1.0/doc_wasm/modules/10_pipeline.md index 133b3fa..6d3ea4a 100644 --- a/docs_v1.0/doc_wasm/modules/10_pipeline.md +++ b/docs_v1.0/doc_wasm/modules/10_pipeline.md @@ -72,7 +72,7 @@ Returns per-step `done` / `pending` status with detail counts. #### Example ```bash -curl "http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}' +curl "$API/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}' ``` #### Response @@ -122,4 +122,4 @@ The following routes are defined in source code but are **NOT** currently mounte | `/api/v1/who/candidates` | `who.rs` | --- -*Updated: 2026-05-19 12:49:24* +*Updated: 2026-05-19 23:21:51*