v2
latestOpenAPI 3.1.02026-07-312303692.4 MBEvent Type
Event Type Export From Openapi
Exports event type definitions based on the OpenAPI schemas associated with each existing event type.
A completed task will return a payload like the following:
{
"id": "qtask_33qen93MNuelBAq1T9G7eHLJRsF",
"status": "finished",
"task": "sdk.generate",
"data": {
"schemaZip": "https://example.com/schema.zip"
}
}
post/api/v1/event-type/export/openapi
Headers
idempotency-keystring
The request's idempotency key
Response
Example response
{
"id": "qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2"
}