Fastfold Docs
Workflows

Get Evolla Linked Previews

List latest linked Evolla workflow previews grouped by source sequence for a fold job/run.

GET
/v1/workflows/evolla/linked-previews

Authorization

bearerAuth

AuthorizationBearer <token>

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

In: header

Query Parameters

source_job_id*string
source_job_run_id*string
team_id?string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://api.fastfold.ai/v1/workflows/evolla/linked-previews?source_job_id=string&source_job_run_id=string"
{
  "data": [
    {}
  ]
}
{
  "message": "Workflow not found"
}

Last updated on