cURL
curl --request GET \ --url https://capy.ai/api/v1/tasks/{taskId}/diff \ --header 'Authorization: Bearer <token>'
{ "stats": { "files": 0, "additions": 0, "deletions": 0 }, "files": [ { "path": "<string>", "state": "<string>", "additions": 0, "deletions": 0, "patch": "<string>" } ], "source": "snapshot" }
Get task diff content from S3 snapshots with DB summary fallback.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Task identifier. Accepts both UUID and PREFIX-NNN formats.
run
uncommitted
pr
Success
Show child attributes
snapshot
summary
Was this page helpful?