Retrieves a value from persistent memory by key.
curl --request GET \
--url https://api.strait.dev/sdk/v1/runs/{runID}/memory/{key} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"job_id": "<string>",
"memory_key": "<string>",
"project_id": "<string>",
"size_bytes": 123,
"updated_at": "2023-11-07T05:31:56Z",
"value": "<unknown>",
"$schema": "<string>",
"ttl_expires_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
OK
A URL to the JSON Schema for this object.
"https://api.strait.dev/schemas/JobMemory.json"
curl --request GET \
--url https://api.strait.dev/sdk/v1/runs/{runID}/memory/{key} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"job_id": "<string>",
"memory_key": "<string>",
"project_id": "<string>",
"size_bytes": 123,
"updated_at": "2023-11-07T05:31:56Z",
"value": "<unknown>",
"$schema": "<string>",
"ttl_expires_at": "2023-11-07T05:31:56Z"
}