curl --request POST \
--url https://api.ara.so/automations/runs/{run_id}/callback \
--header 'Content-Type: application/json' \
--data '
{
"fencing_token": 123,
"attempt_no": 2,
"status": "<string>",
"summary": "<string>",
"error_class": "<string>",
"error_message": "<string>",
"latency_ms": 0
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request POST \
--url https://api.ara.so/automations/runs/{run_id}/callback \
--header 'Content-Type: application/json' \
--data '
{
"fencing_token": 123,
"attempt_no": 2,
"status": "<string>",
"summary": "<string>",
"error_class": "<string>",
"error_message": "<string>",
"latency_ms": 0
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?