GET
/
v1
/
logs
{
  "results": [
    {
      "run_id": "176f642c-8c9f-47af-9f8c-83114cd621a2",
      "run_type": "rag",
      "entries": [
        {
          "key": "search_results",
          "value": "..."
        }
      ]
    },
    "... (more logs) ..."
  ]
}

Body

application/json
log_type_filter
string | null
max_runs_requested
integer
default: 100

Response

200 - application/json
results
string[]