REST APIWorkflows
List workflows
List workflows — Spinrun Build REST API operation.
GET
/api/build/workflowsAuthorization
bearerAuth AuthorizationBearer <token>
OAuth access token whose grant carries Build authorization.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/build/workflows"{ "data": [ { "slug": "string", "name": "string", "enabled": true, "version": 0, "updated_at": "string" } ]}