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 issues API

The issues API from RunWhen — 14 operation(s) for issues.

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

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

This API exposes 18 operations across 14 paths, and defines 11 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.

18 operations 14 paths 11 schemas 2 DELETE4 GET6 PATCH6 POST

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 issues 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 18

Across 14 paths, the API surfaces 18 operations — 2 DELETE, 4 GET, 6 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.

issues 18
GET
/api/v1/workspaces/{workspace_name}/issues
List issues for a workspace
list_workspace_issues_api_v1_workspaces__workspace_name__issues_get 22 params → 200422
GET
/api/v1/workspaces/{workspace_name}/issues/{issue_id}
Get an issue by ID
get_workspace_issue_api_v1_workspaces__workspace_name__issues__issue_id__get 10 params → 200422
PATCH
/api/v1/workspaces/{workspace_name}/issues/{issue_id}
Update an issue
update_workspace_issue_api_v1_workspaces__workspace_name__issues__issue_id__patch 2 params body → 200422
DELETE
/api/v1/workspaces/{workspace_name}/issues/{issue_id}
Delete an issue
delete_workspace_issue_api_v1_workspaces__workspace_name__issues__issue_id__delete 2 params → 204422
PATCH
/api/v1/workspaces/{workspace_name}/issues/{issue_id}/ignore
Ignore an issue
ignore_workspace_issue_api_v1_workspaces__workspace_name__issues__issue_id__ignore_patch 2 params body → 200422
PATCH
/api/v1/workspaces/{workspace_name}/issues/{issue_id}/close
Close an issue
close_workspace_issue_api_v1_workspaces__workspace_name__issues__issue_id__close_patch 2 params body → 200422
POST
/api/v1/workspaces/{workspace_name}/issues/{issue_id}/generate-next-steps
Generate next steps for an issue using AI
generate_issue_next_steps_api_v1_workspaces__workspace_name__issues__issue_id__generate_next_steps_post 2 params body → 200422
POST
/api/v1/workspaces/{workspace_name}/issues/{issue_id}/generate-summary
Generate a summary for an issue using AI
generate_issue_summary_api_v1_workspaces__workspace_name__issues__issue_id__generate_summary_post 2 params → 200422
POST
/api/v1/workspaces/{workspace_name}/runsessions/{runsession_id}/issues/{issue_id}/jit-summary
Generate a just-in-time summary for an issue occurrence in a run session
jit_summary_api_v1_workspaces__workspace_name__runsessions__runsession_id__issues__issue_id__jit_summary_post 3 params → 200422
GET
/api/v3/workspaces/{workspace_name}/issues
List issues for a workspace
list_workspace_issues_api_v3_workspaces__workspace_name__issues_get 22 params → 200422
GET
/api/v3/workspaces/{workspace_name}/issues/{issue_id}
Get an issue by ID
get_workspace_issue_api_v3_workspaces__workspace_name__issues__issue_id__get 10 params → 200422
PATCH
/api/v3/workspaces/{workspace_name}/issues/{issue_id}
Update an issue
update_workspace_issue_api_v3_workspaces__workspace_name__issues__issue_id__patch 2 params body → 200422
DELETE
/api/v3/workspaces/{workspace_name}/issues/{issue_id}
Delete an issue
delete_workspace_issue_api_v3_workspaces__workspace_name__issues__issue_id__delete 2 params → 204422
PATCH
/api/v3/workspaces/{workspace_name}/issues/{issue_id}/ignore
Ignore an issue
ignore_workspace_issue_api_v3_workspaces__workspace_name__issues__issue_id__ignore_patch 2 params body → 200422
PATCH
/api/v3/workspaces/{workspace_name}/issues/{issue_id}/close
Close an issue
close_workspace_issue_api_v3_workspaces__workspace_name__issues__issue_id__close_patch 2 params body → 200422
POST
/api/v3/workspaces/{workspace_name}/issues/{issue_id}/generate-next-steps
Generate next steps for an issue using AI
generate_issue_next_steps_api_v3_workspaces__workspace_name__issues__issue_id__generate_next_steps_post 2 params body → 200422
POST
/api/v3/workspaces/{workspace_name}/issues/{issue_id}/generate-summary
Generate a summary for an issue using AI
generate_issue_summary_api_v3_workspaces__workspace_name__issues__issue_id__generate_summary_post 2 params → 200422
POST
/api/v3/workspaces/{workspace_name}/runsessions/{runsession_id}/issues/{issue_id}/jit-summary
Generate a just-in-time summary for an issue occurrence in a run session
jit_summary_api_v3_workspaces__workspace_name__runsessions__runsession_id__issues__issue_id__jit_summary_post 3 params → 200422

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are IssueResponse (39 properties), IssueListResponse (6 properties), IssueUpdate (6 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.

ValidationError
object
5 properties 3 required
HTTPValidationError
object
1 property
JitSummaryResponse
object
Response schema for JIT summary.
1 property 1 required
GenerateNextStepsResponse
object
Response schema for generated next steps.
3 properties 2 required
IssueCloseRequest
object
Optional request body for closing an issue with a comment.
1 property
IssueResponse
object
Schema for issue response with all fields. Uses aliasgenerator=tocamel so the JSON output uses camelCase keys matching the Django DRF convention the frontend e…
39 properties 6 required
IssueIgnoreRequest
object
Schema for ignore issue request.
1 property 1 required
IssueUpdate
object
Schema for updating an issue (partial update).
6 properties
GenerateSummaryResponse
object
Response schema for generated issue summary.
2 properties 2 required
IssueListResponse
object
Schema for paginated issue list response.
6 properties 4 required
GenerateNextStepsRequest
object
Request schema for generating next steps via sobrain.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runwhen-issues-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 issues 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.