Purpose:
Checks the processing or creation status of a knowledge graph for a specific file.
Used to monitor asynchronous knowledge graph generation.
GET /ai/api/v2/knowledge-graph/status?file_id={fileId}
| Parameter | Type | Required | Description |
|---|---|---|---|
| file_id | string | ✅ Yes | The ID of the file for which knowledge graph status is requested |
Requires authentication using:
Authorization: Bearer <token>
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
curl --location 'https://ai.datagol.ai/ai/api/v2/knowledge-graph/status?file_id={fileId}' \
--header 'Authorization: Bearer <token>'
Retrieves the current processing status of knowledge graph generation.