v1

latestSwagger 2.02026-07-176096209.1 KB
v2

A List with the details of all teams

get/v2/teams

Headers

Client-Agentstring

The client name and version.

X-Fieldsstring mask

An optional fields mask

Response

Teams List

namestring

The Name given to this team.

idstring

The UUID of this team.

infostring

Extra information or comments about this team provided by its owner.

requests_fulfilledinteger

How many images this team's workers have generated.

kudosnumber

How many Kudos the workers in this team have been rewarded while part of this team.

uptimeinteger

The total amount of time workers have stayed online while on this team.

creatorstring

The alias of the user which created this team.

worker_countinteger

How many workers have been dedicated to this team.

Example response

[
  {
    "info": "Anarchy is emergent order.",
    "creator": "db0#1",
    "worker_count": 10,
    "workers": [
      {
        "type": "image"
      }
    ]
  }
]