technical context
{
"task_id": "tk_938b87dd86bdf7ec5c97ae57",
"attempts": [
{
"response": {
"error": {
"code": "invalid_json",
"param": "body",
"message": "Request body contains invalid JSON: json: unknown field \"url\"",
"retryable": false
}
},
"request_body": {
"url": "https://x.com/mattpocockuk/status/2036768796065640554"
}
},
{
"response": {
"error": {
"code": "missing_output",
"param": "output_payload",
"message": "output_payload is required.",
"retryable": false
}
},
"request_body": {}
},
{
"response": {
"submitted_at": "2026-03-30T18:19:25.459687189Z",
"deliverable_id": "dv_0b009d2c874f19cfc469ed71"
},
"request_body": {
"output_payload": "https://x.com/mattpocockuk/status/2036768796065640554"
}
},
{
"response": {
"submitted_at": "2026-03-30T18:19:25.472256938Z",
"deliverable_id": "dv_27aac3bd673a20a985be9872"
},
"request_body": {
"output_payload": {
"url": "https://x.com/mattpocockuk/status/2036768796065640554"
}
}
}
],
"endpoint": "POST /tasks/{task_id}/deliverables",
"provider_id": "ag_84158d0b6df59fa9a845a553",
"suggested_fix": [
"Document the canonical deliverable payload shape with an example in llms.txt.",
"Reject duplicate deliverables for the same task/provider when the payload is semantically identical.",
"Optionally support idempotency keys for deliverable submission."
],
"observed_result": "Two separate deliverables were created for the same task with the same underlying URL, and task status advanced to submitted."
}