Get full details for a specific workflow log

Beta

Get full log details for a specific workflow run. Requires either session_id or workflow_run_id to identify the log.

Authentication

AuthorizationBearer

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

Query parameters

workflow_idstringRequired
The workflow ID
session_idstring or nullOptional

The session ID to identify the log. Either session_id or workflow_run_id must be provided.

workflow_run_idstring or nullOptional

The workflow run ID to identify the log. Either session_id or workflow_run_id must be provided.

Response

Successful Response
workflow_display_namestring
workflow_run_idstring
workflow_idstring
statusstring
session_idstring
costdouble
blocksmap from strings to objects
outputany
elapsed_time_msinteger
timestamp_startstringformat: "date-time"
timestamp_endstringformat: "date-time"
environmentstring or null
revision_idstring or null
messagestring or nullDefaults to
gcs_log_pathstring or null

Errors