Skip to main content
GET
/
v1
/
workflows
/
{slug}
/
versions
List workflow versions (Beta)
curl --request GET \
  --url https://api.valyu.ai/v1/workflows/{slug}/versions \
  --header 'X-API-Key: <api-key>'
{
  "slug": "ib-company-profile",
  "versions": [
    {
      "version": 2,
      "recommended_mode": "heavy",
      "estimated_time": "10-20 min",
      "changelog": "Added a competitive landscape section.",
      "created_at": "2026-01-15T09:30:00Z",
      "is_current": true
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at platform.valyu.ai.

Path Parameters

slug
string
required

The workflow slug.

Response

List of versions.

A workflow's version history, newest first.

slug
string
required
Example:

"ib-company-profile"

versions
object[]
required