GET
/
workspace
/
{ws_id}
/
executions
/
{id}
/
outputs
curl --request GET \
  --url https://app.blinkops.com/api/v1/workspace/{ws_id}/executions/{id}/outputs \
  --header 'BLINK-API-KEY: <api-key>'
{
  "app_id": "<string>",
  "async_parent_execution_id": "<string>",
  "cancel_reason": "<string>",
  "created_at": 123,
  "created_by": "<string>",
  "ctrl_id": "<string>",
  "draft_execution_number": 123,
  "execution_depth": 123,
  "execution_number": 123,
  "finished_at": 123,
  "id": "<string>",
  "last_playbook_name": "<string>",
  "name": "<string>",
  "parent_execution_id": "<string>",
  "playbook": "<string>",
  "playbook_id": "<string>",
  "runner_cluster_version": "<string>",
  "runner_group_id": "<string>",
  "runner_id": "<string>",
  "runner_version": "<string>",
  "started_at": 123,
  "state": "<string>",
  "state_ui": "<string>",
  "step_results": {},
  "tenant_id": "<string>",
  "timeout": 123,
  "timeout_at": 123,
  "top_execution_id": "<string>",
  "trigger_type": "<string>",
  "type": "<string>",
  "updated_at": 123,
  "updated_by": "<string>",
  "version": "<string>",
  "with_concurrency_limit": true,
  "workspace_id": "<string>"
}

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

id
string
required

Execution ID

ws_id
string
required

Workspace ID

Response

200
application/json
ok
app_id
string
async_parent_execution_id
string
cancel_reason
string
created_at
integer
created_by
string
ctrl_id
string
draft_execution_number
integer
execution_depth
integer
execution_number
integer

UNIQUE INDEX idx_playbook_executions_pbid_en

finished_at
integer
id
string
last_playbook_name
string

LastPlaybookName Holds last playbook name after playbook deletion to be used in display names for past executions

name
string
parent_execution_id
string
playbook
string
playbook_id
string

UNIQUE INDEX idx_playbook_executions_pbid_en

runner_cluster_version
string
runner_group_id
string
runner_id
string

use text column type to allow empty strings

runner_version
string
started_at
integer
state
string
state_ui
string
step_results
object
tenant_id
string
timeout
integer

timeout in milliseconds

timeout_at
integer
top_execution_id
string
trigger_type
string
type
string
updated_at
integer
updated_by
string
version
string
with_concurrency_limit
boolean
workspace_id
string