v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
axons

[Beta] Execute a SQL query against an axon's database.

[Beta] Execute a single parameterized SQL statement against an axon's SQLite database.

post/v1/axons/{id}/sql/query

Path parameters

idstring required

The axon identifier.

Request body

sqlstring required

SQL query with ?-style positional placeholders.

paramsobject[]

Positional parameter bindings for ? placeholders.

Response

OK

rowsobject[] required

Result rows (empty for non-SELECT statements).