Classifier
Beta
Classifier
List Classify Jobs
List classify jobs. Experimental: not production-ready and subject to change.
get/api/v1/classifier/jobs
Query parameters
project_idstring uuid nullable
organization_idstring uuid nullable
page_sizeinteger nullable
page_tokenstring nullable
Cookies
sessionstring nullable
Response
Successful Response
Example response
{
"items": [
{
"rules": [
{
"type": "invoice",
"description": "contains invoice number, line items, and total amount"
}
]
}
]
}Changes
Changed in 1 of the 33 revisions of this API.2
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○