cURL
curl --request GET \ --url https://api.factory.ai/api/v0/computers/name/{name} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "providerType": "byom", "createdAt": 123, "hostname": "<string>", "status": "provisioning", "provisioningSteps": [ { "id": "create-computer", "name": "<string>", "status": "pending", "error": "<string>", "startedAt": 123, "completedAt": 123 } ], "relayClientUrl": "<string>", "relayAgentUrl": "<string>" }
Returns details about a specific computer by name.
Factory API key or JWT token for authentication
Computer name
1 - 63
Response for status 200
byom
e2b
provisioning
active
error
Show child attributes