Submit an action to a taskAsk AIpost https://api.ducky.ai/v1/webapp/tasks/{task_id}/actionsSubmit a user action (message or halt) to a task for processing by the associated agent.Path Paramstask_idstringrequiredThe unique identifier of the task to submit action toQuery Paramsproject_idstringrequiredThe ID of the project containing the taskBody ParamstypestringenumrequiredThe type of action being submittedmessagemessagehaltAllowed:messagehaltcontentstringThe content/message of the action (required for message type, optional for halt)Responses 201Action successfully submitted 404Task not found 422Invalid request (e.g., missing or invalid fields)Updated 7 months ago