Skip to main content
POST
/
v1
/
runs
/
{run_id}
/
complete
Complete Run
curl --request POST \
  --url https://api.example.com/v1/runs/{run_id}/complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "success",
  "result_content": {},
  "duration_ms": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

run_id
string
required

Body

application/json
status
string
default:success
result_content
Result Content · object
duration_ms
integer | null

Response

Successful Response

The response is of type Response Complete Run V1 Runs Run Id Complete Post · object.