# CloudConvert · `wait_for_task`

Wait synchronously for a CloudConvert task to finish and return the finished or failed task.

- **Service**: `cloudconvert`
- **Action**: `wait_for_task`
- **Action id**: `cloudconvert.wait_for_task`
- **Required scopes**: task.read

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "cloudconvert" --action "wait_for_task"
```

## Run

```bash
oo connector run "cloudconvert" --action "wait_for_task" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
