Skip to main content
GET
/
issues
/
{id}
Get an issue by ID
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
}

Authorizations

x-api-key
string
header
required

API key for authentication. Must start with dd- prefix.

Headers

x-api-key
string
default:dd-00000000000000000000000065c9cbfe
required

API Key

Path Parameters

id
string
required

Issue ID returned by POST /issues

Response

Issue details

Issue details

id
string
Example:

"iss_12345abcde"

state
string

Current state of the issue (e.g., open, in progress, resolved)

Example:

"open"

createdAt
string<date-time>
updatedAt
string<date-time>
generationId
string
generatedText
string
problemWord
string
voicePromptId
string
additionalComments
string
problemSeconds
number