Skip to main content

List Profiles

Request

Query Parameters

Response

number
required
Total items in current response
string | null
required
Cursor for next page (null if no more results)
string
required
Profile ID
string
required
Parent workflow ID
string
required
Profile display name
string | null
Profile description
object | null
Custom metadata
number
required
Total item count across all folders
number
required
Folder count
string | null
Last analysis time (ISO 8601)
string
required
Creation time (ISO 8601)
string
required
Last update time (ISO 8601)
Use cursor-based pagination for consistent results. Pass the nextCursor value from the response as the cursor parameter in the next request.

Get Profile by ID

Request

Response

Error Codes


Get Items Status

Returns a summary of item processing status across all folders in the profile.
string
required
Profile ID
number
required
Total item count
number
required
Items in PENDING status
number
required
Items in ACTIVE status
number
required
Items in FAILED status
boolean
required
true when all items are ACTIVE (ready for analysis)
Poll this endpoint at 1-second intervals until isRagReady is true before triggering analysis.