Get Classification Job Results
Deprecated
$ llamacloud-prod classifier:jobs get-results
GET/api/v1/classifier/jobs/{classify_job_id}/results
Get the results of a classify job. Experimental: This endpoint is not yet ready for production use and is subject to change at any time.
Get Classification Job Results
llamacloud-prod classifier:jobs get-results \
--api-key 'My API Key' \
--classify-job-id 182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e{
"items": [
{
"id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"classify_job_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"created_at": "2019-12-27T18:11:19.117Z",
"file_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"result": {
"confidence": 0,
"reasoning": "reasoning",
"type": "type"
},
"updated_at": "2019-12-27T18:11:19.117Z"
}
],
"next_page_token": "next_page_token",
"total_size": 0
}Returns Examples
{
"items": [
{
"id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"classify_job_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"created_at": "2019-12-27T18:11:19.117Z",
"file_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"result": {
"confidence": 0,
"reasoning": "reasoning",
"type": "type"
},
"updated_at": "2019-12-27T18:11:19.117Z"
}
],
"next_page_token": "next_page_token",
"total_size": 0
}