Provenance
Freshness & coverage
Methods (92)
listOntologies
readList all ontologies.
Required paramsstackInput schema
{ "type": "object", "properties": { "stack": { "type": "string" } }, "additionalProperties": false, "required": [ "stack" ] }getOntology
readGet ontology details.
Required paramsstackontologyRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid" ] }getOntologyFullMetadata
readGet full ontology metadata.
Required paramsstackontologyRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid" ] }listObjectTypes
readList object types in an ontology.
Required paramsstackontologyRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid" ] }getObjectType
readGet object type definition.
Required paramsstackontologyRidobjectTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType" ] }getObjectTypeFullMetadata
readGet full object type metadata.
Required paramsstackontologyRidobjectTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType" ] }listOutgoingLinkTypes
readList link types for an object type.
Required paramsstackontologyRidobjectTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType" ] }listObjects
readList objects of a type.
Required paramsstackontologyRidobjectTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" }, "orderBy": { "type": "string" }, "properties": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType" ] }getObject
readGet a single object by primary key.
Required paramsstackontologyRidobjectTypeprimaryKeyInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "primaryKey": { "type": "string" }, "properties": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "primaryKey" ] }searchObjects
readSearch objects with filters.
Required paramsstackontologyRidobjectTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "where": { "type": "object", "properties": {}, "additionalProperties": true }, "orderBy": { "type": "object", "properties": {}, "additionalProperties": true }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" }, "properties": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType" ] }aggregateObjects
readAggregate objects (count, sum, avg, etc).
Required paramsstackontologyRidobjectTypeaggregationInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "aggregation": { "type": "array", "items": { "type": "object", "properties": {}, "additionalProperties": true } }, "where": { "type": "object", "properties": {}, "additionalProperties": true }, "groupBy": { "type": "array", "items": { "type": "object", "properties": {}, "additionalProperties": true } } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "aggregation" ] }countObjects
readCount objects matching a filter.
Required paramsstackontologyRidobjectTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "where": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType" ] }listLinkedObjects
readList objects linked to a source object.
Required paramsstackontologyRidobjectTypeprimaryKeylinkTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "primaryKey": { "type": "string" }, "linkType": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "primaryKey", "linkType" ] }getLinkedObject
readGet a specific linked object.
Required paramsstackontologyRidobjectTypeprimaryKeylinkTypelinkedObjectPrimaryKeyInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "primaryKey": { "type": "string" }, "linkType": { "type": "string" }, "linkedObjectPrimaryKey": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "primaryKey", "linkType", "linkedObjectPrimaryKey" ] }listActionTypes
readList action types in an ontology.
Required paramsstackontologyRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid" ] }getActionType
readGet action type details.
Required paramsstackontologyRidactionTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "actionType": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "actionType" ] }applyAction
unknownApply an action (create/update/delete objects).
Required paramsstackontologyRidactionTypeparametersInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "actionType": { "type": "string" }, "parameters": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "actionType", "parameters" ] }applyActionBatch
unknownApply an action in batch.
Required paramsstackontologyRidactionTyperequestsInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "actionType": { "type": "string" }, "requests": { "type": "array", "items": { "type": "object", "properties": { "parameters": { "type": "object", "properties": {}, "additionalProperties": true } }, "required": [ "parameters" ], "additionalProperties": false } } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "actionType", "requests" ] }listQueryTypes
readList query types.
Required paramsstackontologyRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid" ] }executeQuery
readExecute an ontology query.
Required paramsstackontologyRidqueryApiNameparametersEntitiesqueryInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "queryApiName": { "type": "string" }, "parameters": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "queryApiName", "parameters" ] }getTimeSeriesFirstPoint
readGet first time series data point.
Required paramsstackontologyRidobjectTypeprimaryKeypropertyInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "primaryKey": { "type": "string" }, "property": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "primaryKey", "property" ] }getTimeSeriesLastPoint
readGet last time series data point.
Required paramsstackontologyRidobjectTypeprimaryKeypropertyInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "primaryKey": { "type": "string" }, "property": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "primaryKey", "property" ] }streamTimeSeriesPoints
readStream time series points for a date range.
Required paramsstackontologyRidobjectTypeprimaryKeypropertyEntitiestimeseriesInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "ontologyRid": { "type": "string" }, "objectType": { "type": "string" }, "primaryKey": { "type": "string" }, "property": { "type": "string" }, "range": { "type": "object", "properties": { "startTime": { "type": "string" }, "endTime": { "type": "string" } }, "additionalProperties": false } }, "additionalProperties": false, "required": [ "stack", "ontologyRid", "objectType", "primaryKey", "property" ] }getAttachment
readGet attachment metadata (Palantir Foundry).
Required paramsstackattachmentRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "attachmentRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "attachmentRid" ] }uploadAttachment
writeUpload an attachment.
Required paramsstackfilenamecontentInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "filename": { "type": "string" }, "content": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "filename", "content" ] }createDataset
writeCreate a new dataset (Palantir Foundry).
Required paramsstacknameparentFolderRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "name": { "type": "string" }, "parentFolderRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "name", "parentFolderRid" ] }getDataset
readGet dataset details (Palantir Foundry).
Required paramsstackdatasetRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid" ] }getDatasetSchema
readGet dataset schema (columns, types).
Required paramsstackdatasetRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "branchName": { "type": "string" }, "transactionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid" ] }readDataset
readRead dataset contents.
Required paramsstackdatasetRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "format": { "type": "string" }, "columns": { "type": "string" }, "branchName": { "type": "string" }, "startTransactionRid": { "type": "string" }, "endTransactionRid": { "type": "string" }, "rowLimit": { "type": "number" } }, "additionalProperties": false, "required": [ "stack", "datasetRid" ] }listBranches
readList dataset branches.
Required paramsstackdatasetRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid" ] }getBranch
readGet branch details.
Required paramsstackdatasetRidbranchNameInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "branchName": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "branchName" ] }createBranch
writeCreate a dataset branch.
Required paramsstackdatasetRidbranchNameInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "branchName": { "type": "string" }, "transactionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "branchName" ] }deleteBranch
writeDelete a dataset branch.
Required paramsstackdatasetRidbranchNameInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "branchName": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "branchName" ] }createTransaction
writeCreate a dataset transaction.
Required paramsstackdatasetRidtransactionTypeInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "transactionType": { "type": "string" }, "branchName": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "transactionType" ] }getTransaction
readGet transaction details.
Required paramsstackdatasetRidtransactionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "transactionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "transactionRid" ] }commitTransaction
unknownCommit a transaction.
Required paramsstackdatasetRidtransactionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "transactionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "transactionRid" ] }abortTransaction
unknownAbort a transaction.
Required paramsstackdatasetRidtransactionRidEntitiestransactionInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "transactionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "transactionRid" ] }listFiles
readList files in a dataset.
Required paramsstackdatasetRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "branchName": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid" ] }getFile
readGet file metadata (Palantir Foundry).
Required paramsstackdatasetRidfilePathInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "filePath": { "type": "string" }, "branchName": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "filePath" ] }uploadFile
writeUpload a file to a dataset.
Required paramsstackdatasetRidfilePathtransactionRidcontentInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "filePath": { "type": "string" }, "transactionRid": { "type": "string" }, "content": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "filePath", "transactionRid", "content" ] }deleteFile
writeDelete a file from a dataset.
Required paramsstackdatasetRidfilePathtransactionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "filePath": { "type": "string" }, "transactionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "datasetRid", "filePath", "transactionRid" ] }executeSql
unknownExecute a read-only SQL query (async).
Required paramsstackqueryEntitiesqueryInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "query": { "type": "string" }, "dialect": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "query" ] }getSqlQueryStatus
readCheck SQL query execution status.
Required paramsstackqueryIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "queryId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "queryId" ] }getSqlQueryResults
readGet SQL query results.
Required paramsstackqueryIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "queryId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "queryId" ] }cancelSqlQuery
writeCancel a running SQL query.
Required paramsstackqueryIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "queryId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "queryId" ] }createBuild
writeTrigger a build for datasets (Palantir Foundry).
Required paramsstackInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRids": { "type": "array", "items": { "type": "string" } }, "branchName": { "type": "string" }, "fallbackBranches": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "stack" ] }getBuild
readGet build status (Palantir Foundry).
Required paramsstackbuildRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "buildRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "buildRid" ] }cancelBuild
writeCancel a running build.
Required paramsstackbuildRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "buildRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "buildRid" ] }searchBuilds
readSearch builds by dataset/status.
Required paramsstackInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRids": { "type": "array", "items": { "type": "string" } }, "branchName": { "type": "string" }, "statuses": { "type": "array", "items": { "type": "string" } }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack" ] }getBuildJobs
readList jobs in a build.
Required paramsstackbuildRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "buildRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "buildRid" ] }getJob
readGet job details (Palantir Foundry).
Required paramsstackjobRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "jobRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "jobRid" ] }createSchedule
writeCreate a build schedule.
Required paramsstackdisplayNamecronExpressiondatasetRidsInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "displayName": { "type": "string" }, "cronExpression": { "type": "string" }, "datasetRids": { "type": "array", "items": { "type": "string" } }, "branchName": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "displayName", "cronExpression", "datasetRids" ] }getSchedule
readGet schedule details (Palantir Foundry).
Required paramsstackscheduleRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "scheduleRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "scheduleRid" ] }deleteSchedule
writeDelete a schedule.
Required paramsstackscheduleRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "scheduleRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "scheduleRid" ] }pauseSchedule
unknownPause a schedule.
Required paramsstackscheduleRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "scheduleRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "scheduleRid" ] }unpauseSchedule
unknownUnpause a schedule.
Required paramsstackscheduleRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "scheduleRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "scheduleRid" ] }runSchedule
writeTrigger a schedule run.
Required paramsstackscheduleRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "scheduleRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "scheduleRid" ] }getScheduleRuns
readList runs for a schedule.
Required paramsstackscheduleRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "scheduleRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "scheduleRid" ] }listUsers
readList all users.
Required paramsstackInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack" ] }getUser
readGet user details.
Required paramsstackuserIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "userId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "userId" ] }getCurrentUser
readGet the current authenticated user.
Required paramsstackInput schema
{ "type": "object", "properties": { "stack": { "type": "string" } }, "additionalProperties": false, "required": [ "stack" ] }searchUsers
readSearch users by name/email.
Required paramsstackqueryInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "query": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "query" ] }deleteUser
writeDelete a user.
Required paramsstackuserIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "userId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "userId" ] }listGroups
readList all groups (Palantir Foundry).
Required paramsstackInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack" ] }getGroup
readGet group details (Palantir Foundry).
Required paramsstackgroupIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "groupId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "groupId" ] }createGroup
writeCreate a new group (Palantir Foundry).
Required paramsstacknameInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "organizations": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "stack", "name" ] }deleteGroup
writeDelete a group (Palantir Foundry).
Required paramsstackgroupIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "groupId": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "groupId" ] }listGroupMembers
readList group members.
Required paramsstackgroupIdInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "groupId": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "groupId" ] }addGroupMembers
writeAdd members to a group.
Required paramsstackgroupIdprincipalIdsInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "groupId": { "type": "string" }, "principalIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "stack", "groupId", "principalIds" ] }removeGroupMembers
writeRemove members from a group.
Required paramsstackgroupIdprincipalIdsInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "groupId": { "type": "string" }, "principalIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "stack", "groupId", "principalIds" ] }getAgent
readGet AIP agent details.
Required paramsstackagentRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid" ] }listAgentSessions
readList agent sessions.
Required paramsstackagentRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid" ] }createAgentSession
writeCreate a new agent session.
Required paramsstackagentRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid" ] }getAgentSession
readGet session details.
Required paramsstackagentRidsessionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" }, "sessionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid", "sessionRid" ] }continueAgentSession
unknownSend a message to continue an agent session.
Required paramsstackagentRidsessionRidmessageEntitiesagent sessionInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" }, "sessionRid": { "type": "string" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid", "sessionRid", "message" ] }cancelAgentSession
writeCancel an agent session.
Required paramsstackagentRidsessionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" }, "sessionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid", "sessionRid" ] }getAgentSessionContent
readGet session conversation content.
Required paramsstackagentRidsessionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" }, "sessionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid", "sessionRid" ] }getAgentRagContext
readGet RAG context for an agent session.
Required paramsstackagentRidsessionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "agentRid": { "type": "string" }, "sessionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "agentRid", "sessionRid" ] }createStream
writeCreate a new stream.
Required paramsstackdatasetRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "datasetRid": { "type": "string" }, "schema": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "stack", "datasetRid" ] }getStream
readGet stream details.
Required paramsstackstreamRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "streamRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "streamRid" ] }publishRecords
writePublish records to a stream.
Required paramsstackstreamRidrecordsInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "streamRid": { "type": "string" }, "records": { "type": "array", "items": { "type": "object", "properties": {}, "additionalProperties": true } } }, "additionalProperties": false, "required": [ "stack", "streamRid", "records" ] }getStreamRecords
readRead records from a stream.
Required paramsstackstreamRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "streamRid": { "type": "string" }, "startOffset": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "stack", "streamRid" ] }getConnection
readGet connection details.
Required paramsstackconnectionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "connectionRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "connectionRid" ] }createFileImport
writeCreate a file import.
Required paramsstackconnectionRiddatasetRidfilePathInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "connectionRid": { "type": "string" }, "datasetRid": { "type": "string" }, "filePath": { "type": "string" }, "importMode": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "connectionRid", "datasetRid", "filePath" ] }getFileImport
writeGet file import details.
Required paramsstackconnectionRidfileImportRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "connectionRid": { "type": "string" }, "fileImportRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "connectionRid", "fileImportRid" ] }executeFileImport
writeExecute a file import.
Required paramsstackconnectionRidfileImportRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "connectionRid": { "type": "string" }, "fileImportRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "connectionRid", "fileImportRid" ] }listFileImports
readList file imports for a connection.
Required paramsstackconnectionRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "connectionRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "connectionRid" ] }getFolder
readGet folder details (Palantir Foundry).
Required paramsstackfolderRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "folderRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "folderRid" ] }listFolderChildren
readList folder contents.
Required paramsstackfolderRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "folderRid": { "type": "string" }, "pageSize": { "type": "number" }, "pageToken": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "folderRid" ] }createFolder
writeCreate a folder (Palantir Foundry).
Required paramsstackparentFolderRidnameInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "parentFolderRid": { "type": "string" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "parentFolderRid", "name" ] }getProject
readGet project details (Palantir Foundry).
Required paramsstackprojectRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "projectRid": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "projectRid" ] }createProject
writeCreate a project.
Required paramsstackdisplayNameparentFolderRidInput schema
{ "type": "object", "properties": { "stack": { "type": "string" }, "displayName": { "type": "string" }, "parentFolderRid": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "stack", "displayName", "parentFolderRid" ] }
