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

# embedded.statusReturned

> Emitted when the embedded getStatus method is successfully called.

## Event Properties

| Field          | Value                       |
| -------------- | --------------------------- |
| `event`        | `"embedded.statusReturned"` |
| `confidential` | `boolean`                   |
| `payload`      | `object`                    |

<Tabs>
  <Tab title="Public Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "embedded.statusReturned",
      "confidential": false,
      "payload": {}
    }
    ```
  </Tab>

  <Tab title="Confidential Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "embedded.statusReturned",
      "confidential": true,
      "payload": {}
    }
    ```
  </Tab>
</Tabs>
