Skip to main content
POST
/
test_framework
/
v1
/
results
/
{id}
/
ask_about_failures
Query failed runs chatbot
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/results/{id}/ask_about_failures/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '
{
  "question": "<string>"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this result.

Body

question
string
required

Natural language question about test failures

Maximum string length: 2000

Response

Streaming AI-generated analysis of test failures

The response is of type string.