runs ยท version 0.1.0

List runs for a project

GET /api/projects/{projectId}/runs

Request

GET https://sourced.sh/api/projects/{projectId}/runs

Parameters

NameLocationRequiredDescription
projectIdpathYesProject identifier. string

Responses

200

Runs in the project, newest first.

application/json

type: object
required: runs
properties:
  runs (required): array
    type: array

401

403

404

Back to version index