Skip to content

List input queue configs

GET
/api/v1/integrations/inputs
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/integrations/inputs \
--header 'Authorization: Bearer <token>'

Array of input queue configurations

Media type application/json
Array<object>
object
id
string format: uuid
name
string
queueType
string
Allowed values: sqs webhook
queueUrl
string
nullable
workflowId
string format: uuid
nullable
isEnabled
boolean
pollIntervalMs
integer
maxUrlsPerDay
integer
webhookUrl
string
nullable
lastPolledAt
string format: date-time
nullable
lastError
string
nullable
createdAt
string format: date-time
Example
[
{
"queueType": "sqs"
}
]