How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RunWhen slxs API

The slxs API from RunWhen — 16 operation(s) for slxs.

RunWhen slxs API is one of 51 APIs that RunWhen publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include slxs. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 16 operations across 16 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://papi.beta.runwhen.com.

16 operations 16 paths 12 schemas 16 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://papi.beta.runwhen.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

RunWhen slxs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth).

  • BearerAuth — JWT access token from /api/v3/token/ or Auth0 login

Paths & Operations 16

Across 16 paths, the API surfaces 16 operations — 16 GET. Each is listed below with its method, path, parameters, and response codes.

slxs 16
GET
/api/v1/workspaces/{workspace_name}/slxs
List SLXs for a workspace
list_workspace_slxs_api_v1_workspaces__workspace_name__slxs_get 8 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}
Get an SLX by short name
get_workspace_slx_api_v1_workspaces__workspace_name__slxs__slx_short_name__get 6 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}/metrics
Get lightweight metrics for SLX chart widgets
get_workspace_slx_metrics_api_v1_workspaces__workspace_name__slxs__slx_short_name__metrics_get 6 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}/file-upload-url/{session_id}/{path}
Get a signed URL for uploading a file
get_file_upload_url_api_v1_workspaces__workspace_name__slxs__slx_short_name__file_upload_url__session_id___path__get 4 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}/files/{session_id}
List files for an SLX session
list_slx_files_api_v1_workspaces__workspace_name__slxs__slx_short_name__files__session_id__get 3 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}/files/{session_id}/{path}
Get a file for an SLX session
get_slx_file_api_v1_workspaces__workspace_name__slxs__slx_short_name__files__session_id___path__get 6 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}/runbook/runs/task-outputs
Get task outputs by task name across recent RunRequests
get_task_outputs_by_task_api_v1_workspaces__workspace_name__slxs__slx_short_name__runbook_runs_task_outputs_get 7 params → 200422
GET
/api/v1/workspaces/{workspace_name}/slxs/{slx_short_name}/runbook/runs/{run_request_id}/task-outputs
Get task outputs for a specific RunRequest
get_task_outputs_api_v1_workspaces__workspace_name__slxs__slx_short_name__runbook_runs__run_request_id__task_outputs_get 5 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs
List SLXs for a workspace
list_workspace_slxs_api_v3_workspaces__workspace_name__slxs_get 8 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}
Get an SLX by short name
get_workspace_slx_api_v3_workspaces__workspace_name__slxs__slx_short_name__get 6 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}/metrics
Get lightweight metrics for SLX chart widgets
get_workspace_slx_metrics_api_v3_workspaces__workspace_name__slxs__slx_short_name__metrics_get 6 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}/file-upload-url/{session_id}/{path}
Get a signed URL for uploading a file
get_file_upload_url_api_v3_workspaces__workspace_name__slxs__slx_short_name__file_upload_url__session_id___path__get 4 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}/files/{session_id}
List files for an SLX session
list_slx_files_api_v3_workspaces__workspace_name__slxs__slx_short_name__files__session_id__get 3 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}/files/{session_id}/{path}
Get a file for an SLX session
get_slx_file_api_v3_workspaces__workspace_name__slxs__slx_short_name__files__session_id___path__get 6 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}/runbook/runs/task-outputs
Get task outputs by task name across recent RunRequests
get_task_outputs_by_task_api_v3_workspaces__workspace_name__slxs__slx_short_name__runbook_runs_task_outputs_get 7 params → 200422
GET
/api/v3/workspaces/{workspace_name}/slxs/{slx_short_name}/runbook/runs/{run_request_id}/task-outputs
Get task outputs for a specific RunRequest
get_task_outputs_api_v3_workspaces__workspace_name__slxs__slx_short_name__runbook_runs__run_request_id__task_outputs_get 5 params → 200422

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are papi__schemas__slx__SliResponse (22 properties), papi__schemas__slx__SloResponse (22 properties), SlxResponse (22 properties), papi__schemas__slx__RunbookResponse (15 properties). Each schema is shown below with its type and property counts.

ValidationError
object
5 properties 3 required
papi__schemas__slx__SliResponse
object
SLI (Service Level Indicator) response schema.
22 properties 5 required
papi__schemas__slx__SloResponse
object
SLO (Service Level Objective) response schema.
22 properties 5 required
MetricTypeV4
string
SlxTagV4
object
2 properties 2 required
HTTPValidationError
object
1 property
papi__schemas__slx__RunbookResponse
object
Runbook response schema with tasks.
15 properties 6 required
SlxResponse
object
Legacy V1/V3 shape: V4 fields + computed spec and status for Django-era consumers. Subclassing keeps flat fields in lock-step with V4. Computed fields rebuild…
22 properties 8 required
FileUploadUrlResponse
object
Response containing a signed URL for file upload.
1 property 1 required
SlxMetricsResponse
object
Lightweight response for chart widgets: scalar metadata + selected Cortex time series. sloobjective is returned as a ratio (e.g. 0.999), already divided by 100…
6 properties 1 required
SlxListResponse
object
Paginated list response for SLX endpoints. Uses 'results' key for Django REST Framework compatibility.
4 properties 2 required
RunbookTaskResponse
object
Individual task in a runbook.
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runwhen-slxs-api-openapi.yml Raw ↑

Other APIs RunWhen publishes across the network.

RunWhen alert-query-proxy API
RunWhen auth API
RunWhen auth-providers API
RunWhen auth0 API
RunWhen author API
RunWhen chat-config API
RunWhen codebundles API
RunWhen codecollections API
RunWhen comments API
RunWhen configuration API
RunWhen explorer API
RunWhen Graphql API
Where this information came from

This is an independent, third-party profile of RunWhen slxs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.