Exam GitHub-Actions Topic 1 Question 63 Discussion

Actual exam question for GitHub's GitHub-Actions exam
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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10