Skip to main content
GET
/
v1
/
automations
/
:project_id
/
history
Get Automation History
curl --request GET \
  --url https://api.oviond.com/v1/automations/:project_id/history \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Query Parameters

page
integer | null
default:0
Required range: x >= 0
limit
integer
default:5
Required range: 1 <= x <= 50

Response

200 - application/json

Execution history

success
enum<boolean>
required
Available options:
true
data
object[]
required