# `Twilio.Resources.Knowledge.V1.Knowledge.Status`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/knowledge/v1/knowledge/status.ex#L2)

Status resource.

Parent: `/Knowledge/{id}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `last_status` | The last status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') |
| `status` | The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') |

# `t`

```elixir
@type t() :: %Twilio.Resources.Knowledge.V1.Knowledge.Status{
  account_sid: String.t(),
  date_updated: String.t(),
  last_status: String.t(),
  status: String.t()
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
