Get Profile
get_profileFull Description
Return the currently configured Ironclad impersonation identity.
Read Ironclad workflows and records.
get_profileReturn the currently configured Ironclad impersonation identity.
get_recordGet a record by its Ironclad id.
record_idstringIronclad record id to fetch.
get_workflowGet a workflow by its Ironclad id.
workflow_idstringIronclad workflow id to fetch.
list_recordsList record objects from Ironclad.
filterstringOptional Ironclad filter expression.
nullpageintegerPage number to request. Ironclad pagination starts at page 0.
1page_sizeintegerMaximum number of items to request per page. Ironclad pagination caps perPage at 100.
100schema_idstringOptional record schema identifier.
nullsortstringOptional Ironclad sort expression.
nullupdated_afterstringOptional lower bound for the last-updated timestamp.
nullupdated_beforestringOptional upper bound for the last-updated timestamp.
nulllist_workflowsList workflow objects from Ironclad.
filterstringOptional Ironclad filter expression.
nullpageintegerPage number to request. Ironclad pagination starts at page 0.
1page_sizeintegerMaximum number of items to request per page. Ironclad pagination caps perPage at 100.
100sortstringOptional Ironclad sort expression.
nullstatusstringOptional workflow status filter.
nulltemplate_idstringOptional workflow template identifier.
nullupdated_afterstringOptional lower bound for the last-updated timestamp.
nullupdated_beforestringOptional upper bound for the last-updated timestamp.
nulloai_user_fetchUses mfetch to perform document fetch for link following and citations.
content_locationstringContent location returned by oai_user_search.
document_idstringDocument id returned by oai_user_search.
oai_user_searchUses synced RAG index to perform semantic search against query. The index is refreshed until (now - 2h).
querystringSemantic search query for the synced knowledge store.