Flow Documents

Gets all flow documents for the specified flow.

get

Retrieves a paginated list of all flow documents for the specified flow, with optional search and sorting.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The object identifier of the flow.

playbookIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional

The page number for paginated results.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to filter results.

sortinginteger · enumOptional

The sorting option for the results.

Possible values:
descbooleanOptional

Whether to sort in descending order.

Default: true
Responses
chevron-right
200

OK

namestring · nullableRequired
parentObjectIdentifierstring · uuid · nullableOptional
isDirectorybooleanOptional
documentUploadObjectIdentifierstring · uuidRequired
contentTypestring · nullableOptional
sizeinteger · int64 · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
uploadSuccessfulboolean · nullableOptional
tokenCountinteger · int64 · nullableOptional
metadataTokenCountinteger · int64 · nullableOptional
unsupportedFileTypeboolean · nullableOptional
unPackingCompleteboolean · nullableOptional
unPackingFailedboolean · nullableOptional
uploadInProgressboolean · nullableOptional
urlstring · nullableOptional
hasChildrenboolean · nullableOptional
flowSuccessbooleanOptional
flowIsCompletingbooleanOptional
totalPromptsCountinteger · int32Optional
approvedCountinteger · int32Optional
rejectedCountinteger · int32Optional
get
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/flow-documents

Adds a range of documents to the specified flow.

post

Adds a range of documents to the specified flow.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The object identifier of the flow.

playbookIdentifierstringRequired
Bodystring · uuid[]
string · uuid[]Optional
Responses
chevron-right
200

OK

No content

post
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/flow-documents

No content

Removes a range of documents from the specified flow.

delete

Removes a range of documents from the specified flow.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The object identifier of the flow.

playbookIdentifierstringRequired
Query parameters
objectIdentifiersstring · uuid[]Optional

The collection of document object identifiers to remove.

Responses
chevron-right
200

OK

No content

delete
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/flow-documents

No content

Searches for flow documents in the specified flow.

post

Searches for flow documents in the specified flow using the provided search model.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The object identifier of the flow.

playbookIdentifierstringRequired
Body
searchTextstring · nullableOptional
pageNumberinteger · int32 · nullableOptional
pageSizeinteger · int32 · nullableOptional
sortBystring · nullableOptional
sortAscboolean · nullableOptional
documentsToSearchstring · uuid[] · nullableOptional
Responses
chevron-right
200

OK

namestring · nullableRequired
parentObjectIdentifierstring · uuid · nullableOptional
isDirectorybooleanOptional
documentUploadObjectIdentifierstring · uuidRequired
contentTypestring · nullableOptional
sizeinteger · int64 · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
uploadSuccessfulboolean · nullableOptional
tokenCountinteger · int64 · nullableOptional
metadataTokenCountinteger · int64 · nullableOptional
unsupportedFileTypeboolean · nullableOptional
unPackingCompleteboolean · nullableOptional
unPackingFailedboolean · nullableOptional
uploadInProgressboolean · nullableOptional
urlstring · nullableOptional
hasChildrenboolean · nullableOptional
flowSuccessbooleanOptional
flowIsCompletingbooleanOptional
totalPromptsCountinteger · int32Optional
approvedCountinteger · int32Optional
rejectedCountinteger · int32Optional
post
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/flow-documents/search

Gets the details of a specific flow document by its document identifier.

get

Retrieves the details of a flow document using its document identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The object identifier of the flow.

documentIdentifierstring · uuidRequired

The object identifier of the document.

playbookIdentifierstringRequired
Responses
chevron-right
200

OK

namestring · nullableRequired
parentObjectIdentifierstring · uuid · nullableOptional
isDirectorybooleanOptional
documentUploadObjectIdentifierstring · uuidRequired
contentTypestring · nullableOptional
sizeinteger · int64 · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
uploadSuccessfulboolean · nullableOptional
tokenCountinteger · int64 · nullableOptional
metadataTokenCountinteger · int64 · nullableOptional
unsupportedFileTypeboolean · nullableOptional
unPackingCompleteboolean · nullableOptional
unPackingFailedboolean · nullableOptional
uploadInProgressboolean · nullableOptional
urlstring · nullableOptional
hasChildrenboolean · nullableOptional
flowSuccessbooleanOptional
flowIsCompletingbooleanOptional
totalPromptsCountinteger · int32Optional
approvedCountinteger · int32Optional
rejectedCountinteger · int32Optional
get
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/flow-documents/{documentIdentifier}

Moves documents to a specified folder.

post

Moves documents to a specified folder using the provided move documents model.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The object identifier of the flow.

playbookIdentifierstringRequired
Body
folderIdentifierstring · uuidOptional
Responses
chevron-right
200

OK

No content

post
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/flow-documents/move-documents

No content

Last updated