Exam GitHub-Actions Topic 1 Question 63 Discussion
Actual exam question for GitHub's GitHub-Actions exam
Question #: 63
Topic #: 1
Question #: 63
Topic #: 1
You need to make a script to retrieve workflow run logs via the API. Which is the correct API to download a workflow run log?
Suggested Answer: C Vote an answer
The GET /repos/:owner/:repo/actions/runs/:run_id/logs API endpoint is used to retrieve the logs of a specific workflow run identified by run_id. This is the correct method for downloading logs from a workflow run.
by Abel at Jul 06, 2026, 05:38 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).