JavaScript
axons
[Beta] Execute a batch of SQL statements against an axon's database.
[Beta] Execute multiple SQL statements atomically within a single transaction against an axon’s SQLite database.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The axon identifier.
Body
application/json
The SQL statements to execute atomically within a transaction.
Response
200 - application/json
OK
One result per statement, in order.
