protolabs42

List all fills

List identity-role assignments (fills).

GET
/fills

List identity-role assignments (fills).

Authorization

bearerAuth
AuthorizationBearer <token>

API key obtained via invite redemption or SIWE login

In: header

Response Body

application/json

application/json

curl -X GET "https://chorus.runclaw.run/fills"
{
  "data": [
    {
      "id": "string",
      "identity": "string",
      "role": "string",
      "started_at": "string",
      "ended_at": "string"
    }
  ],
  "meta": {
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}