v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
project
v1

Last Clustering task status/data

Params:
    - project_clustering_id: int (optional) - return last if not provided
get/api/v1/project/projects/{id}/clustering-status/

Path parameters

idstring required

A unique integer value identifying this project.

Query parameters

project_clustering_idinteger

Get by project_clustering_id

Response

document_clustersobject[] required
project_clusters_documents_countinteger required
project_clusters_actions_countinteger required
statusstring nullable required

Example response

{
  "document_clusters": [
    "{}",
    "{}"
  ],
  "project_clusters_documents_count": 0,
  "project_clusters_actions_count": 6,
  "status": "status"
}