Get Knowledge Graph Status
Knowledge Graph
Get Knowledge Graph Status
1️⃣ Overview
Purpose:
Checks the processing or creation status of a knowledge graph for a specific file.
Used to monitor asynchronous knowledge graph generation.
2️⃣ Endpoint
GET /ai/api/v2/knowledge-graph/status?file_id={fileId}
3️⃣ Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| file_id | string | ✅ Yes | The ID of the file for which knowledge graph status is requested |
4️⃣ Authentication
Requires authentication using:
Authorization: Bearer <token>
5️⃣ Request Headers
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
6️⃣ Example Request
curl --location 'https://ai.datagol.ai/ai/api/v2/knowledge-graph/status?file_id={fileId}' \
--header 'Authorization: Bearer <token>'
7️⃣ Behavior Summary
Retrieves the current processing status of knowledge graph generation.
GET
Get Knowledge Graph Status