Spinrun Docs
REST APIAgents

List agents

List agents — Spinrun Build REST API operation.

GET/api/build/agents

Authorization

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/agents"
{  "data": [    {      "id": "string",      "slug": "string",      "name": "string",      "status": "string",      "updated_at": "string"    }  ]}