GET
/v1/actionsAPI keyRead the action catalog
The versioned projection of every dispatchable action: families, versions, schemas, retirements.
The same rendering every generated site records as its built-against stamp, so what this returns and what a client was generated from can never be two documents.
Request · curl
curl -X GET "https://runlog-7613480744.us-central1.run.app/v1/actions" \
-H "Authorization: Bearer $RUNLOG_API_KEY" \
-H "X-Project-Id: p7Kd2mQx"Response · 200
{
"families": [
{
"name": "memory",
"version": "1.0.0"
}
],
"retirements": []
}Errors
| Status | error | When |
|---|---|---|
| 401 | unauthorized | No valid session. |