const client = new Dedalus();
const result = await client.machines.artifacts.list({ ...params });
{
"items": [
{
"artifact_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"machine_id": "<string>",
"name": "<string>",
"size_bytes": 123,
"download_url": "<string>",
"execution_id": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"mime_type": "<string>",
"sha256": "<string>"
}
],
"next_cursor": "<string>"
}
Authorizations
ApiKeyAuthBearerAuth
Dedalus API key. Alternative to Bearer token.
Last modified on April 9, 2026