# Get Article **GET /v1/articles/{articleId}** Retrieves article with the given article Id Examples: | URI | Results | | ----- | -------- | | GET /v1/articles/{articleId} | Get article with id {articleId}. | ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **articleId** (string) Article id ## Responses ### 200 Success #### Body: application/json (object) - **articleKCs** (array[object]) - **articleName** (string) - **author** (string) - **createdDate** (integer(int64)) - **defaultLanguage** (string) - **id** (string) - **languages** (array[object]) - **modifiedBy** (object) - **modifiedDate** (integer(int64)) - **productId** (string) - **productName** (string) - **releaseDate** (string(date-time)) - **translationState** (string) - **viewType** (string) ### 400 Bad request ### 401 Unauthorized or bad API Key ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)