Skip to main content
GET
Get workflow result groups by unique identifiers
Retrieve workflow execution result groups for one or more execution group unique identifiers — typically folder or subfolder ids. Use this to read the outcome of a workflow run, including its assessment summary.

Request Parameters

Query Parameters

Examples use the default base URL, https://api.orion.file.ai/prod/v1. If your workspace is on an instance-specific host, swap the hostname and change nothing else — see Switching between instances.

Response Structure

Result Group Object

Assessment Summary

Example Response

assessment is only present for steps that run an assessment. Steps of other types return the structural fields with assessment set to null.

Errors

A 422 is returned when executionGroupUniqueIdentifiers or workflowStepIds are malformed. See Error responses.

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

executionGroupUniqueIdentifiers
string
required

Comma-separated execution group unique identifiers (folder/subfolder ids)

Example:

"folder-abc-123,folder-def-456"

workflowStepIds
string

Optional comma-separated workflow step ObjectIds to filter by

Example:

"649e2d2d2d2d2d2d2d2d2d2e,649e2d2d2d2d2d2d2d2d2d2f"

Response

The workflow result groups are retrieved

resultGroups
object[]