Search Birds in a Nest
GET /nests/{nestId}/birds
GET
/nests/{nestId}/birds
Returns the Birds in a Nest. Results can be filtered by trigger type and status.
Authorizations
Parameters
Path Parameters
nestId
required
string
The ID of the Nest that contains the Birds.
Query Parameters
TriggerType
string
Filters Birds by how they are triggered: manual, event, or scheduled. Only manual Birds can be triggered through the POST Bird endpoint in this API.
Status
string
Filters Birds by status. Unpublished Birds are drafts. Active Birds are enabled. Suspended Birds were active Birds that were temporarily paused.
Responses
200
A list of Birds in the Nest.
Array<object>
object
id
string
nestId
string
name
string
status
string
triggerType
string
isPublished
boolean
400
Bad Request
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
404
Not Found
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
500
Server Error