cURL
curl --request GET \ --url https://app.octomind.dev/api/apiKey/beta/test-targets/{testTargetId}/test-plans/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "status": "CREATED", "testTargetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "context": { "source": "github", "repo": "<string>", "owner": "<string>", "issueNumber": 123, "ref": "<string>", "sha": "<string>", "triggeredBy": { "type": "USER", "userId": "<string>" }, "nodeId": "<string>" } }
Retrieve a test plan by its unique identifier
The ID of the test target
The ID of the test plan
Test plan retrieved successfully
schema for a test plan
CREATED
IN_PROGRESS
ERROR
DONE
Show child attributes