Docs

Get an insight

GET /api/v1/programmatic/insights/{id}

GET/api/v1/programmatic/insights/{id}
Insightsv1insights:read

Returns one generated insight from the PAT workspace.

Parameters

NameInType Description
idpathstringRequired <id>

Code examples

curl --request GET \
  --url 'https://api.tetri.app/api/v1/programmatic/insights/<id>' \
  --header 'Authorization: Bearer $TETRI_API_TOKEN'

Responses

200Insight returned successfully.
401The access token is missing, invalid, expired, or revoked.
403The token does not have the required scope or workspace access.
429The credential has exceeded its request limit.