API: instances
Это содержимое пока не доступно на вашем языке.
GET /api/v1/instances
Section titled “GET /api/v1/instances”List Instances
POST /api/v1/instances
Section titled “POST /api/v1/instances”Create Instance
DELETE /api/v1/instances/{instance_id}
Section titled “DELETE /api/v1/instances/{instance_id}”Delete Instance
| Parameter | In | Required | Type |
|---|---|---|---|
instance_id | path | yes | string |
GET /api/v1/instances/{instance_id}
Section titled “GET /api/v1/instances/{instance_id}”Read Instance
| Parameter | In | Required | Type |
|---|---|---|---|
instance_id | path | yes | string |
PATCH /api/v1/instances/{instance_id}
Section titled “PATCH /api/v1/instances/{instance_id}”Update Instance
| Parameter | In | Required | Type |
|---|---|---|---|
instance_id | path | yes | string |
GET /api/v1/instances/{instance_id}/published
Section titled “GET /api/v1/instances/{instance_id}/published”Instance Published
SPEC-084 §2.5 (H) — published-article links on an instance (from published_url).
Live link = url_external ∥ base_url + '/' + slug; plus source_url, title,
timestamps, index_status. Pool-scoped: an agent reaches only its instances
(instance.attached_sc ∈ pool) — both convenience and a read-BOLA boundary.
| Parameter | In | Required | Type |
|---|---|---|---|
instance_id | path | yes | string |
since | query | no | object |
active_only | query | no | boolean |
limit | query | no | integer |
offset | query | no | integer |
GET /api/v1/instances/{instance_id}/summary
Section titled “GET /api/v1/instances/{instance_id}/summary”Instance Summary
Public polling endpoint (1.5-3s tick on the webui).
| Parameter | In | Required | Type |
|---|---|---|---|
instance_id | path | yes | string |
refresh | query | no | boolean |
POST /api/v1/instances/{instance_id}/warmup
Section titled “POST /api/v1/instances/{instance_id}/warmup”Warmup Instance
Mark instance as warming. Real workflow lands in Phase 5 (Hatchet).
| Parameter | In | Required | Type |
|---|---|---|---|
instance_id | path | yes | string |