Skip to main content

Retrieve discovery state

Retrieve discovery state

Path Parameters
id string REQUIRED
Responses
200

Retrieve a single discovery state by id

Schema OPTIONAL
discoveryState object
id string
clientId string
name string
createdAt date-time
updatedAt date-time
code number
messageStatus string
GetDiscoveryState
GET /v1/discovery-state/:id
id — path
https://rest.harvestr.io
curl -L 'https://rest.harvestr.io/v1/discovery-state/:id' \
-H 'Accept: application/json'