cURL
curl --request GET \ --url https://pullstory.com/api/v1/stories \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "story_01hq7xyz", "status": "generating", "owner": "vercel", "repo": "next.js", "number": 12345, "url": "https://pullstory.com/pr/vercel/next.js/12345", "duration_seconds": 142, "scenes": 8, "created_at": "2023-11-07T05:31:56Z", "ready_at": "2023-11-07T05:31:56Z" } ], "next_cursor": "<string>" }
List pull stories for your account, optionally filtered by repo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
GitHub repo owner
GitHub repo name
x <= 100
Pagination cursor from a previous response
Paginated list of pull stories
Show child attributes