API to read job summary #27649
Replies: 5 comments 7 replies
-
As far as I know, there is no current way to fetch job summaries from the REST API. Try looking here for more information on getting data regarding workflow jobs! I hope this helps 😃 |
Beta Was this translation helpful? Give feedback.
-
+1: Please add this as it's another gap for integration(as discussed in the blog post below). Documentation: If there's a write at the action level, there should be a read at the API level. |
Beta Was this translation helpful? Give feedback.
-
Can't find this in the API, whether REST or GraphQL, but the raw Markdown can be accessed at You do need to be logged in to access the summary, though. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I made an action austenstone/job-summary - uses: austenstone/job-summary@main
id: job-summary
with:
create-pdf: false
- run: echo "${{ steps.job-summary.outputs.job-summary }}" |
Beta Was this translation helpful? Give feedback.
-
Job summary is a great new feature.
Is there a REST API to read job summary?
Beta Was this translation helpful? Give feedback.
All reactions