Skip to main content
POST
/
v1
/
runs
/
{run_id}
/
progress
Update Progress
curl --request POST \
  --url https://api.example.com/v1/runs/{run_id}/progress \
  --header 'Content-Type: application/json' \
  --data '
{
  "current_status": "<string>"
}
'
{}

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
current_status
string | null

Response

Successful Response

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