GET
/
v1
/
storage
/
{graph_id}
/
retrieval
/
{retrieval_id}
/
cURL
curl --request GET \
  --url https://api.unize.org/v1/storage/{graph_id}/retrieval/{retrieval_id}/ \
  --header 'Authorization: <api-key>'
{
  "retrieval_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "question": "<string>",
  "answer": "<string>",
  "status": "queued",
  "timestamp": "2023-11-07T05:31:56Z",
  "completed_at": "2023-11-07T05:31:56Z",
  "system": "rt-0.5"
}

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Path Parameters

graph_id
string
required

The graph_id of the knowledge graph from which to retrieve the answer. A graph_id is an alphanumeric string that uniquely identifies a knowledge graph.

retrieval_id
string
required

The retrieval_id of the specific retrieval request. A retrieval_id is an alphanumeric string that uniquely identifies a retrieval request.

Response

200 - application/json

The response is of type object.