POST
/
api
/
ingest
/
airflow
/
v1
/
{dag_id}
/
{task_id}
/
{run_id}
/
logs
IngestLog
curl --request POST \
  --url https://developer.synq.io/api/ingest/airflow/v1/{dag_id}/{task_id}/{run_id}/logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

dag_id
string
required
task_id
string
required
run_id
string
required

Query Parameters

tryNr
integer

Body

application/json · string

The body is of type string.

Response

200
application/json

Success

The response is of type object.