Skip to content
Andrea Rossi edited this page Oct 10, 2017 · 1 revision

Quick example

curl -X GET http://localhost:8045/memories/1 | python -mjson.tool

{
    "data": {
        "id": 1,
        "name": "europarl"
    },
    "status": 200
}

Description

This method returns a memory metadata.

Resource URL

http://localhost:8045/memories/:id

Parameters

None. The id of the memory is specified directly in the URL.

Response Fields

id The id of the memory.
name The name of the memory.