/
AU
automagik-dev
/
Automagik Forge API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
automagik-dev
Automagik Forge API
post
Send follow-up instruction to running task
v1
latest
OpenAPI 3.0.3
MIT
2026-07-17
32
11
26.8 KB
Task Attempts
Send follow-up instruction to running task
post
/api/task-attempts/{id}/follow-up
Path parameters
id
string
uuid
required
Task Attempt UUID
Request body
object
required
prompt
string
required
Example request
{ "prompt": "Please also add unit tests" }
Response
Follow-up sent
ApiResponse
required
success
boolean
required
data
object
nullable
error_data
object
nullable
message
string
nullable