API Reference
cURL
curl --location --request GET https://api.writer.com/v1/graphs/{graph_id} \ --header "Authorization: Bearer <token>"
{ "id": "50daa3d0-e7d9-44a4-be42-b53e2379ebf7", "created_at": "2024-07-10T15:03:48.785843Z", "name": "Example Knowledge Graph", "description": "Example description", "file_status": { "in_progress": 0, "completed": 0, "failed": 0, "total": 0 }, "type": "web", "urls": [ { "url": "https://example.com/docs", "status": { "status": "success", "error_type": null }, "type": "sub_pages" }, { "url": "https://docs.example.com", "status": { "status": "error", "error_type": "invalid_url" }, "type": "single_page" } ] }
Retrieve a Knowledge Graph.
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The unique identifier of the Knowledge Graph.
The response is of type object.
object
Was this page helpful?