SmartMemory
GET
/memory/ingest/async/{run_id}

Poll the status of an async ingest run.

Path Parameters

run_id*Run Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/ingest/async/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}