Retrieve the status and statistics for the graph service

Request

Retrieves the status and statistics for the graph server and its workers. Use forceRefresh to bypass cached data if required.

Security
OAuth2
Query
forceRefreshboolean

Whether to force a refresh of the graph status information.

Default:false
curl -i -X GET \
  'https://your-server/api/status/graph?forceRefresh=false' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful operation

Body
statusobject or null

Status of the graph server, usually taken over from the .

statisticsobject or null

Statistics for the graph server, usually taken over from the graph. API

selfobject(Link)

Represents a link to a resource.

Response
{ "status": {}, "statistics": {}, "self": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false } }