For the complete documentation index, see llms.txt. This page is also available as Markdown.

Flow Group Assignments

Assign a flow group to a flow.

post

Creates a flow group assignment that defines which document collections a flow group runs against within a project.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Body
flowGroupObjectIdentifierstring · uuidOptional
Responses
201

Created

objectIdentifierstring · uuidOptional
flowGroupObjectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
post/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-group-assignments

Count active flow group assignments.

get

Returns how many flow group assignments are currently active for the specified flow.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowObjectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200

OK

integer · int32Optional
get/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-group-assignments/active-assignments

Get a flow group assignment by id.

get

Returns the details of a single flow group assignment, including its configured document collections.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
flowObjectIdentifierstringRequired
Responses
200

OK

objectIdentifierstring · uuidOptional
flowGroupObjectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
get/projects/{projectIdentifier}/flows/{flowObjectIdentifier}/flow-group-assignments/{objectIdentifier}

Last updated