cURL
curl --request GET \ --url https://restapi.deepdub.ai/api/v1/issues/{id} \ --header 'x-api-key: <api-key>'
{ "id": "iss_12345abcde", "state": "open", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "generationId": "<string>", "generatedText": "<string>", "problemWord": "<string>", "voicePromptId": "<string>", "additionalComments": "<string>", "problemSeconds": 123 }
Retrieve an issue by its ID, including its current state (e.g., open, in progress, resolved).
API key for authentication. Must start with dd- prefix.
dd-
API Key
Issue ID returned by POST /issues
POST /issues
Issue details
"iss_12345abcde"
Current state of the issue (e.g., open, in progress, resolved)
"open"