GET

/api/project/:code/automation

This endpoint allows you to retrieve details for project (specific code)/automation.

Request Parameters

Parameter Location Required
code path Yes

Example Request

cURL
curl -X GET https://aegis.purdyandfigg.dev/api/project/123/automation \
  -H "Authorization: Bearer YOUR_TOKEN"