Prompt Answer Evidence

Gets all prompt answer evidence for the specified prompt answer.

get

Retrieves a paginated list of all prompt answer evidence for the specified prompt answer, with optional search and sorting.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
promptAnswerObjectIdentifierstring · uuidRequired

The object identifier of the prompt answer.

playbookIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional

The page number for paginated results.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to filter results.

sortinginteger · enumOptional

The sorting option for the results.

Possible values:
descbooleanOptional

Whether to sort in descending order.

Default: true
Responses
get
/playbooks/{playbookIdentifier}/prompt-answers/{promptAnswerObjectIdentifier}/evidence

Creates a new prompt answer evidence for the specified prompt answer.

post

Creates a new prompt answer evidence for the specified prompt answer.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
promptAnswerObjectIdentifierstring · uuidRequired

The object identifier of the prompt answer.

playbookIdentifierstringRequired
Body
quoteOnlybooleanOptional
textstring · nullableOptional
Responses
chevron-right
201

Created

post
/playbooks/{playbookIdentifier}/prompt-answers/{promptAnswerObjectIdentifier}/evidence

Gets the details of a specific prompt answer evidence by its object identifier.

get

Retrieves the details of a prompt answer evidence using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the evidence.

playbookIdentifierstringRequired
promptAnswerObjectIdentifierstringRequired
Responses
get
/playbooks/{playbookIdentifier}/prompt-answers/{promptAnswerObjectIdentifier}/evidence/{objectIdentifier}

Updates an existing prompt answer evidence by its object identifier.

put

Updates the details of an existing prompt answer evidence using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the evidence to update.

playbookIdentifierstringRequired
promptAnswerObjectIdentifierstringRequired
Body
quoteOnlybooleanOptional
textstring · nullableOptional
Responses
put
/playbooks/{playbookIdentifier}/prompt-answers/{promptAnswerObjectIdentifier}/evidence/{objectIdentifier}

Deletes a prompt answer evidence by its object identifier.

delete

Deletes a prompt answer evidence using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the evidence to delete.

playbookIdentifierstringRequired
promptAnswerObjectIdentifierstringRequired
Responses
delete
/playbooks/{playbookIdentifier}/prompt-answers/{promptAnswerObjectIdentifier}/evidence/{objectIdentifier}

No content

Last updated