Retrieves the contextCheck with the input and the generated context around it
Security
clientCredentials or oAuth2Password
GET
- clientCredentials
- oAuth2Password
curl -i -X GET \
'https://api.blackbird.ai/compass/contextChecks/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'ContextCheck found
The datetime the contextCheck was created
Example:"2024-10-10T15:20:33.307Z"
The datetime the contextCheck was last updated. Will just be the created date or completed date
Example:"2024-10-10T15:20:33.307Z"
Response
- processing
- success
- failed
{ "id": "8115", "created_at": "2024-10-10T15:20:33.307Z", "updated_at": "2024-10-10T15:20:33.307Z", "input": "Who is older, Biden or Trump?", "status": "processing" }