Skip to main content
GET
List clarification drafts

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Query Parameters

job_id
integer
required

Job ID whose pending clarification drafts should be returned.

Required range: x >= 1
Example:

42

status
enum<string>
default:pending

Optional lifecycle-status filter.

Available options:
all,
pending,
sent,
responded,
superseded,
dismissed
Example:

"pending"

Response

Clarification drafts matching the requested status.

status
string
Example:

"success"

data
object[]