Runtimes List

Properties

NAME TYPE DESCRIPTION
total integer Total number of runtimes documents that matched your query.
runtimes array List of runtimes. Can be one of:

Runtime model

Example

JSON
{
    "total": 5,
    "runtimes": [
        {
            "$id": "python-3.8",
            "name": "Python",
            "version": "3.8",
            "base": "python:3.8-alpine",
            "image": "appwrite\\/runtime-for-python:3.8",
            "logo": "python.png",
            "supports": "amd64"
        }
    ]
}