---
title: "Get knowledge status"
method: GET
path: "/v1/Knowledge/{id}/Status"
---

# Get knowledge status

`GET /v1/Knowledge/{id}/Status`

Get knowledge status

## Path parameters

- `id` string, required

## Response `200`

OK

- AssistantsV1ServiceKnowledgeStatus
  - `account_sid` string — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource.
  - `status` string, required — The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED')
  - `last_status` string — The last status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED')
  - `date_updated` string, date-time — The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

[API](https://skmtc.net/twilio/apis/assistants-v1.md) · [All operations](https://skmtc.net/twilio/apis/assistants-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/assistants-v1/versions/c5ec7f024ee9/schema)
