Query

Execute Procedure

The execute operation allows you to execute stored procedures for any of the data sources configured in your Connect AI account.

post/exec

Request body

defaultCatalogstring nullable
defaultSchemastring nullable
parametersobject nullable
procedurestring required

The name of the stored procedure to execute. Must be a valid stored procedure name.

timeoutinteger

Response

OK

Changes