AVM - the sandbox for AI agents home page
Search...
Support
Get Started
Get Started
Search...
Navigation
Documentation
API Reference
GitHub
AVM Platform
AVM OpenAPI Docs
API Keys
GET
Get apikeys
POST
Post apikeys
PUT
Put apikeys
DEL
Delete apikeys
POST
Post apikeysbulk revoke
User Transactions
GET
Get apitransactionscredits
GET
Get apitransactions
Coinbase
POST
Post apitransactionscoinbasecharge
POST
Post apitransactionscoinbasepoll
GET
Get apitransactionscoinbasepending
Stripe
POST
Post apitransactionsstripepayment intent
POST
Post apitransactionsstripepoll
GET
Get apitransactionsstripepending
Payment Plans
GET
Get apitransactionsplans
GET
Get apitransactionsactive plan
Runs
GET
Get apirun
GET
Get apirun 1
POST
Post apirunsync
POST
Post apirunasync
Tools
GET
Get apitools
POST
Post apitools
GET
Get apitools 1
DEL
Delete apitools
PATCH
Patch apitools
PATCH
Patch apitools public
POST
Post apitools executesync
POST
Post apitools executeasync
Toolkits
GET
Get apitoolkit
POST
Post apitoolkit
POST
Post apitoolkit tools
DEL
Delete apitoolkit tools
GET
Get apitoolkit 1
DEL
Delete apitoolkit
PATCH
Patch apitoolkit
POST
Post apitoolkit clone
PATCH
Patch apitoolkit public
POST
Post apitoolkit execute
Users
POST
Post apiwhitelist
Runs
Get apirun 1
List all Runs for the authenticated user
GET
/
api
/
run
Try it
Authorizations
avm-x-api-key
string
header
required
Query Parameters
page
string
default:
1
limit
string
default:
25
Response
200 - application/json
runs
object[]
required
Show child attributes
runs.
id
number
required
runs.
apiKeyId
number
required
runs.
runId
string
required
runs.
toolRevisionId
number | null
required
runs.
toolkitId
number | null
required
runs.
status
enum<string>
required
Available options:
IN_PROGRESS
,
COMPLETED
,
TIMEOUT
,
ERROR
runs.
creditsConsumed
number
required
runs.
errorMessage
string | null
required
runs.
createdAt
string
required
runs.
modifiedAt
string
required
runs.
inputs
object
required
Show child attributes
runs.inputs.
{key}
any | null
runs.
envVariables
object
required
Show child attributes
runs.envVariables.
{key}
string
runs.
stdout
string | null
required
runs.
outputs
object | null
required
Show child attributes
runs.outputs.
{key}
any | null
runs.
code
string | null
required
runs.
language
string | null
required
elements
number
required
total
number
required
page
number
required
limit
number
required
Get apirun
Post apirunsync