GraphQL API
Query Duku data and trigger runs programmatically.
Endpoint
POST https://platform.duku.ai/graphqlAuthentication
Request format
{
"query": "query { subjects { id name } }",
"variables": {}
}curl -X POST https://platform.duku.ai/graphql \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-d '{"query": "{ subjects { id name } }"}'Queries
List products
List targets
List runs for a target
Get run details
Mutations
Create or update a target
Start an exploration
Trigger from any CI
End-to-end cURL example
Common errors
Code
Meaning
Last updated

