Skip to main content

List Workflow Evaluations

GET 

/api/automation/workflows/:workflow/evaluations

Returns a paginated list of evaluations for the given workflow, newest first. Each evaluation includes its 20 most recent runs (runs[]).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Response: Standard Laravel LengthAwarePaginator shape where data[*] are evaluation objects: id, workflowId, name, description, testData (array of test-case input objects), assertions, testCaseCount, createdBy, createdAt, updatedAt, runs[].

Sorting: sort accepts created_at or name (prefix with - for descending). Default -created_at.

Route name: automation.evaluations.index

Request

Responses

OK

Response Headers
    Content-Type