import { Configuration, RunApi } from 'autotab'; const runClient = new RunApi(new Configuration({ apiKey: process.env['AUTOTAB_API_KEY'], })); async function main() { const run = await runClient.retrieve({ id: "run_344ed4ce-6c14-4b13-96b5-3bbb2000c2e5" }); } main();
{ "id": "<string>", "skill_id": "<string>", "owner": "<string>", "created_at": "2023-11-07T05:31:56Z", "environment": "client", "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z", "state": "play", "inputs": {}, "data": {} }
Your Autotab API key
Successful Response
The response is of type object.
object
The response is of type null.
null