Fastfold Docs
Workflows

Get Workflow Logs

Get workflow logs. Terminal workflows return stored log file text directly.

GET
/v1/workflows/logs/{workflow_id}

Authorization

bearerAuth

AuthorizationBearer <token>

Bearer token authentication. Use your API key with: Authorization: Bearer <YOUR_API_KEY>

In: header

Path Parameters

workflow_id*string

Workflow ID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://api.fastfold.ai/v1/workflows/logs/"
"[2026-02-22 20:35:01] Starting pipeline_run_boltzgen_v1\n[2026-02-22 20:35:10] Loading design spec...\n[2026-02-22 20:35:22] Running boltzgen step...\n[2026-02-22 20:36:58] Completed\n"
{
  "message": "Workflow not found"
}
{
  "message": "Workflow log file not available"
}

Last updated on