SmartMemory
GET
/memory/pipeline/{pipeline_id}/state

Get pipeline state for a specific pipeline and run.

Returns the current state of all pipeline stages. Requires authentication and operates on user-scoped data.

Path Parameters

pipeline_id*Pipeline Id

Query Parameters

run_id?string|null

Response Body

application/json

application/json

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