Oore CI
ReferenceAPIOperationsPipelines

Discover repository-owned workflows

Reads supported Oore workflow files from the linked repository without modifying it. The response contains validated behavior but never raw YAML, environment values, or source credentials.

Operation IDdiscover_repository_workflows
GET
/v1/projects/{project_id}/repository-workflows

Reads supported Oore workflow files from the linked repository without modifying it. The response contains validated behavior but never raw YAML, environment values, or source credentials.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

project_id*string

Project ID

Query Parameters

ref?string

Branch, tag, or commit; defaults to the project branch

path?string

Additional explicit repository-relative config path

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/projects/string/repository-workflows"
{  "project_id": "string",  "provider": "github",  "reference": "string",  "truncated": true,  "workflows": [    {      "errors": [        "string"      ],      "execution": null,      "path": "string",      "valid": true    }  ]}