Skip to content

Get publish-readiness checklist

GET
/users/me/publish-readiness

Returns the publish-gate checklist for the caller (hard blockers + soft suggestions). When verification columns are not yet migrated, returns ready=true with checklist=null and migration_pending=true.

Authorizations

BearerAuth

Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.

Type
HTTP (bearer)

Responses

Publish-readiness status

application/json
JSON
{
"ready": true,
"checklist": {
"additionalProperties": true
},
"blockers": [
"string"
],
"suggestions": [
"string"
],
"migration_pending": true
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Built with VitePress