Workflows
Get Evolla Linked Previews
List latest linked Evolla workflow previews grouped by source sequence for a fold job/run.
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
Format
uuidResponse 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