İçeriğe geç
Esc
Sonuç bulunamadı.

Bu sayfanın Türkçe çevirisi henüz tamamlanmadı, bu yüzden İngilizce dilinde görüntülemektisiniz.

List Job Execution Logs

Execution logs may contain additional properties depending on the job type.

Scopes
read:job

Query Parameters

limit
number
min-1
max
500

Limit the number of results returned

Examples: 5 

offset
number
min0
max
99999999999999

Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.

Path Parameters

execution_id
string
Zorunlu

Job Execution identifier

job_id
string
Zorunlu

Job identifier

GET
/jobs/{job_id}/runs/{execution_id}/logs
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
Loading...
Response
200
Retrieve logs of a job execution
Loading...

Response Body Schema

fields
array<string>
Zorunlu

List of fields existing in the job execution log entries

length
number
Zorunlu

Current length of the paginated results

limit
number
Zorunlu

Current limit of the paginated results

offset
number
Zorunlu

Current offset of the paginated results

total
number
Zorunlu

Total number of results matching the query.

results
array<object>

Array of the paginated results matching the query.

results.
event
string
Zorunlu

Event identifier of the job execution log

results.
execution_id
string
Zorunlu

Unique identifier for the execution record

results.
job_id
string
Zorunlu

Unique identifier for the job record

results.
level
string
Zorunlu

Log level indicating the severity of the event

results.
error
string | object