List workflow runs
GET
/forge/runs
const url = 'https://shoehorn.example.com/api/v1/forge/runs?status=pending&limit=20';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://shoehorn.example.com/api/v1/forge/runs?status=pending&limit=20'Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” mold_slug
string
status
string
limit
integer
cursor
string
Responses
Section titled “ Responses ”Paginated workflow runs