JavaScript
import { Configuration, RunApi } from 'autotab'; const runClient = new RunApi(new Configuration({ apiKey: process.env['AUTOTAB_API_KEY'], })); async function main() { const runs = await runClient.list(); console.log("runs:", runs); } main();
"<string>"
Documentation IndexFetch the complete documentation index at: https://docs.autotab.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.autotab.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Autotab API key
Successful Response