Per-vectorize-predicate zero-chunk failure breakdown
GET
/api/canvas/excel-zero-chunks/predicates
const url = 'https://example.com/api/canvas/excel-zero-chunks/predicates';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/canvas/excel-zero-chunks/predicates \ --header 'Authorization: Bearer <token>'Return the per-vectorize-predicate breakdown. Empty → {"breakdown": []}.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Response Get Predicate Failure Breakdown Api Canvas Excel Zero Chunks Predicates Get
object
key
additional properties
any
Examplegenerated
{}Validation Error
Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{ "detail": [ { "loc": [ "example" ], "msg": "example", "type": "example", "input": "example", "ctx": {} } ]}