> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Task status transitioned

> Fired when a task's status changes, for example moving to done or canceled.

This event is fired when a task's status changes (for example, moving to `DONE` or `CANCELLED`).

A status change also fires [`task.task_updated`](/docs/webhooks/task-updated).

## Schema

[**View JSON Schema →**](https://core-api.uk.plain.com/webhooks/schema/latest.json)

Example:

<Snippet file="webhooks/task-status-transitioned.mdx" />

<Snippet file="webhooks/sdk-usage.mdx" />
