GET
/
v1
/
automations
Get Automations
curl --request GET \
  --url https://api.projectdiscovery.io/v1/automations \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "automations": [
    {
      "name": "<string>",
      "event": "<string>",
      "status": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

offset
integer
limit
integer

Response

200
application/json

Example response

The response is of type object.