Skip to main content
POST
Create a review for an execution (SDK)

Path Parameters

executionId
string
required

Body

application/json
agentId
string
required

Agent ID

Example:

"66602e46-748e-44f2-a5aa-3712c2393436"

rating
enum<string>
required

Rating of the execution

Available options:
good,
bad,
needs_improvement
Example:

"bad"

comment
string
required

Comment explaining the review

Minimum string length: 10
Example:

"Bot forneceu informação incorreta sobre horário de funcionamento"

tags
string[]

Tags to categorize the issue

Example:
priority
enum<string>
default:medium

Priority level

Available options:
low,
medium,
high,
critical

Response

201

Review created