New API version released 2024-02-12

Release engagement resource endpoint

Added a new endpoint for querying Engagements. We removed the program brief references and replaced them with the engagement_brief resource.

"data": [
    {
        "id": "1125fcf9-7439-4110-8815-44baaa24d7e4",
        "type": "engagement",
        "attributes": {
            "id": "1125fcf9-7439-4110-8815-44baaa24d7e4",
            "cancellation_reason": null,
            "code": "redama-pentest",
            "ends_at": "2024-03-09T00:00:00.000Z",
            "expected_completed_at": "2024-04-09T00:00:00.000Z",
            "last_transition_at": null,
            "paused_reason": null,
            "starts_at": "2024-01-09T00:00:00.000Z",
            "state": "in_progress",
            "created_at": "2024-01-09T00:44:03.524Z",
            "updated_at": "2024-01-17T17:38:35.127Z"
        },
        "relationships": {
            "bounty": {
                "data": {
                    "id": "da1ac64d-3ada-4895-8340-f961a28e6a62",
                    "type": "program"
                },
                "links": {
                    "related": {
                        "href": "(NOT IMPLEMENTED YET)"
                    }
                }
            }
        }
    }
]