cURL
curl --request PATCH \ --url https://api.lucidtech.ai/{basePath}/actions/{actionId}/runs/{runId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data ' { "output": {}, "metadata": {}, "status": "failed" } '
{ "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" }
Update Action Run
The access token received from the authorization server in the OAuth 2.0 flow.
failed
succeeded
200 response
4096
ignored
running