GET
/
v1
/
storage
/
cURL
curl --request GET \
  --url https://api.unize.org/v1/storage/ \
  --header 'Authorization: <api-key>'
{
  "graph_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "graph_name": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "last_graph_merge": {
    "system": "st-0.75",
    "extraction_mode": "normal",
    "client_display_error": "<string>",
    "status": "queued",
    "timestamp": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "extraction_criteria_truncated": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Query Parameters

limit
integer
default:10

Number of graphs to return per page. Maximum is 100 and minimum is 10.

Required range: 10 <= x <= 100
page
integer
default:1

Indicates which page of results to return when paginating through a list of graphs. Works together with the limit parameter to divide results into pages.

Response

200 - application/json

The response is of type object.