Get a single knowledge article
Get knowledge article by id
Path parameters
id
The id of the article to retrieve
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Knowledge article
id
A unique identifier for the article
name
The name or title of the article
content
The content of the article in markdown format
url
The url of the article
knowledge_source_id
The id of the knowledge_source
the article belongs to
language
The ISO 639-1 language code of the article, defaults to en
tag_ids
A list of ids for the tags associated with the article
created
The date the article was created in Ada
updated
The date the article was last updated in Ada
external_created
The date the article was created in the source system
external_updated
The date the article was last updated in the source system
enabled
Whether the article should be referenced during response generation, defaults to true
metadata
A dictionary of arbitrary key,value pairs. This data is not used by Ada, but can be used by the client to store additional information about the article.