Skip to main content
POST
/
actions
/
{actionId}
/
runs
cURL
curl --request POST \
  --url https://api.lucidtech.ai/{basePath}/actions/{actionId}/runs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "input": {},
  "metadata": {},
  "noAgentRunUpdate": true,
  "agentRunId": "<string>"
}
'
{
  "updatedTime": "<string>",
  "metadata": {},
  "updatedBy": "<string>",
  "description": "<string>",
  "createdBy": "<string>",
  "name": "<string>",
  "actionId": "<string>",
  "createdTime": "<string>",
  "runId": "<string>",
  "warnings": [
    "<string>"
  ],
  "history": [
    {}
  ],
  "agentRunId": "<string>",
  "output": {},
  "input": {},
  "noAgentRunUpdate": true,
  "logId": "<string>",
  "id": "<string>",
  "errors": [
    "<string>"
  ],
  "status": "failed"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Content-Type
string
required

Path Parameters

actionId
string
required

Body

application/json
input
object
metadata
object
noAgentRunUpdate
boolean
agentRunId
string | null

Response

200 response

updatedTime
string | null
required
metadata
object
required
updatedBy
string | null
required
Maximum string length: 4096
description
string | null
required
Maximum string length: 4096
createdBy
string
required
Maximum string length: 4096
name
string | null
required
Maximum string length: 4096
actionId
string
required
createdTime
string
required
runId
string
required
warnings
string[] | null
history
object[]
agentRunId
string | null
output
object
input
object
noAgentRunUpdate
boolean
logId
string | null
id
string
errors
string[] | null
status
enum<string>
Available options:
failed,
ignored,
running,
succeeded