Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Blind Insight REST accounts Delete Jobs API
version: 10.22.0
description: End-to-end encrypted datastore
servers:
- url: https://api.app.blindinsight.io
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: delete-jobs
paths:
/api/delete-jobs/{job_id}/:
get:
operationId: delete_job_status
description: Poll the progress of a large schema or dataset delete that was queued as a background Celery task. This endpoint is not intercepted by the Blind Insight proxy and is safe to call directly.
summary: Get the status of an async delete job
parameters:
- in: path
name: job_id
schema:
type: string
format: uuid
description: The Celery task ID returned by the delete endpoint.
required: true
tags:
- delete-jobs
security:
- cookieAuth: []
- basicAuth: []
- jwtAuth: []
responses:
'200':
content:
application/json:
schema:
type: object
properties:
state:
type: string
progress:
type:
- object
- 'null'
result:
type:
- object
- 'null'
description: Job status
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
cookieAuth:
type: apiKey
in: cookie
name: sessionid
jwtAuth:
type: http
scheme: bearer
bearerFormat: JWT