Skip to main content
GET
/
v1
/
feedback
/
{feedbackId}
/
status
Get feedback processing status
curl --request GET \
  --url https://getkontext.io/api/v1/feedback/{feedbackId}/status \
  --header 'Authorization: Bearer <token>'
{
  "feedbackId": "<string>",
  "status": "queued",
  "resultUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://getkontext.io/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key (ktx_key_*) or session Bearer token

Path Parameters

feedbackId
string
required

Response

Current processing status

feedbackId
string
required
status
enum<string>
required
Available options:
queued,
processing,
completed,
failed
resultUrl
string<uri>