Returns a specific value from the run’s state store by key.
curl --request GET \
--url https://api.strait.dev/sdk/v1/runs/{runID}/state/{key} \
--header 'Authorization: Bearer <token>'{
"run_id": "<string>",
"state_key": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"value": "<unknown>",
"$schema": "<string>"
}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
curl --request GET \
--url https://api.strait.dev/sdk/v1/runs/{runID}/state/{key} \
--header 'Authorization: Bearer <token>'{
"run_id": "<string>",
"state_key": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"value": "<unknown>",
"$schema": "<string>"
}