← Back to all apps

Ironclad

by OpenAI

Read Ironclad workflows and records.

7ChatGPT Tools
OpenAIDeveloper

Available Tools

Get Profile

get_profile
Full Description

Return the currently configured Ironclad impersonation identity.

Get Record

get_record
Full Description

Get a record by its Ironclad id.

Parameters (1 required)
Required
record_idstring

Ironclad record id to fetch.

Get Workflow

get_workflow
Full Description

Get a workflow by its Ironclad id.

Parameters (1 required)
Required
workflow_idstring

Ironclad workflow id to fetch.

List Records

list_records
Full Description

List record objects from Ironclad.

Parameters (0 required, 7 optional)
Optional
filterstring

Optional Ironclad filter expression.

Default: null
pageinteger

Page number to request. Ironclad pagination starts at page 0.

Default: 1
page_sizeinteger

Maximum number of items to request per page. Ironclad pagination caps perPage at 100.

Default: 100
schema_idstring

Optional record schema identifier.

Default: null
sortstring

Optional Ironclad sort expression.

Default: null
updated_afterstring

Optional lower bound for the last-updated timestamp.

Default: null
updated_beforestring

Optional upper bound for the last-updated timestamp.

Default: null

List Workflows

list_workflows
Full Description

List workflow objects from Ironclad.

Parameters (0 required, 8 optional)
Optional
filterstring

Optional Ironclad filter expression.

Default: null
pageinteger

Page number to request. Ironclad pagination starts at page 0.

Default: 1
page_sizeinteger

Maximum number of items to request per page. Ironclad pagination caps perPage at 100.

Default: 100
sortstring

Optional Ironclad sort expression.

Default: null
statusstring

Optional workflow status filter.

Default: null
template_idstring

Optional workflow template identifier.

Default: null
updated_afterstring

Optional lower bound for the last-updated timestamp.

Default: null
updated_beforestring

Optional upper bound for the last-updated timestamp.

Default: null

Oai User Fetch

oai_user_fetch
Full Description

Uses mfetch to perform document fetch for link following and citations.

Parameters (2 required)
Required
content_locationstring

Content location returned by oai_user_search.

document_idstring

Document id returned by oai_user_search.

Oai User Search

oai_user_search
Full Description

Uses synced RAG index to perform semantic search against query. The index is refreshed until (now - 2h).

Parameters (1 required)
Required
querystring

Semantic search query for the synced knowledge store.