Discoveries

List all Discoveries

get/api/v1/discovery

Query parameters

network_idstring uuid nullable

Filter by network ID

daemon_idstring uuid nullable

Filter by daemon ID

limitinteger nullable

Maximum number of results to return (1-1000, default: 50). Use 0 for no limit.

offsetinteger nullable

Number of results to skip. Default: 0.

Response

List of Discoveries

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "pagination": {
      "has_more": true,
      "limit": 50,
      "offset": 0,
      "total_count": 142
    },
    "server_version": "0.17.3"
  }
}

Changes