# Retrieve the status and statistics for the graph service

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

Endpoint: GET /api/status/graph
Version: v1.0
Security: OAuth2

## Query parameters:

  - `forceRefresh` (boolean)
    Whether to force a refresh of the graph status information.

## Response 200 fields (application/json:):

  - `status` (object,null)
    Status of the graph server, usually taken over from the .

  - `statistics` (object,null)
    Statistics for the graph server, usually taken over from the graph. API

  - `self` (object)
    Represents a link to a resource.

  - `self.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.title` (string,null)
    Gets or sets the title that describes this link.

  - `self.templated` (boolean)
    Whether the contained URI is a template.


## Response 400 fields

## Response 401 fields
