Skip to main content
POST
Execute Procedure

Authorizations

Authorization
string
header
required

Basic Authentication with username and password. Use your PAT as the password. You can get your PAT from Connect AI by selecting Settings > Access Tokens.

Query Parameters

workspace
string

If your query contains a workspace, the workspace name must be specified here.

Body

application/json
procedure
string
required

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

Minimum string length: 1
defaultCatalog
string | null
defaultSchema
string | null
parameters
object | null
timeout
integer<int32>
Required range: 1 <= x <= 300

Response

200 - application/json

OK

results
object[] | null
error
object