# Get knowledge status **GET /v1/Knowledge/{id}/Status** Get knowledge status ## Servers - https://assistants.twilio.com: https://assistants.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **id** (string) the Knowledge ID. ## Responses ### 200 OK #### Body: application/json (object) - **account_sid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. - **status** (string) 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. [Powered by Bump.sh](https://bump.sh)