Skip to main content
GET
/
hooks
/
{hookId}
cURL
curl --request GET \
  --url https://api.lucidtech.ai/{basePath}/hooks/{hookId} \
  --header 'Authorization: Bearer <token>'
{
  "updatedTime": "<string>",
  "metadata": {},
  "updatedBy": "<string>",
  "description": "<string>",
  "createdBy": "<string>",
  "hookId": "<string>",
  "name": "<string>",
  "createdTime": "<string>",
  "trigger": "ActionRun has Completed",
  "enabled": true,
  "functionId": "<string>",
  "falseActionId": "<string>",
  "trueActionId": "<string>",
  "id": "<string>",
  "config": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

hookId
string
required

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
hookId
string
required
name
string | null
required
Maximum string length: 4096
createdTime
string
required
trigger
enum<string>
Available options:
ActionRun has Completed,
Document is Created,
Email is Received,
Prediction is Created,
ValidationTask has Completed,
ValidationTask is Created
enabled
boolean
functionId
string | null
falseActionId
string | null
trueActionId
string | null
id
string
config
object