Workers

Get a single worker

get/api/workers/{id}

Path parameters

idstring required

Response

Worker details

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
descriptionstring nullable
statusstring nullable
lastRefreshedAtstring date-time nullable
{"stackTrail":"components:schemas:Workers:properties:team","oasType":"schema","type":"unknown","nullable":false}
teamIdstring required
{"stackTrail":"components:schemas:Workers:properties:flows","oasType":"schema","type":"unknown","nullable":false}
{"stackTrail":"components:schemas:Workers:properties:deployments","oasType":"schema","type":"unknown","nullable":false}
{"stackTrail":"components:schemas:Workers:properties:resources","oasType":"schema","type":"unknown","nullable":false}
{"stackTrail":"components:schemas:Workers:properties:integrations","oasType":"schema","type":"unknown","nullable":false}

Changes