Skip to main content
Transcrypts home page
Transcrypts
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Data Refresh
List All Tasks
API Reference
npm
Overview
Introduction
API Keys Rotation
Postman Collection
Verification Methods
Verification Methods
Payroll Integration
Bank Integration
Social Security Verification
Stored Credentials
Instant Verification
Instant Verification
POST
Create an Instant Verification
GET
Retrieve an Instant Verification
GET
List All Instant Verifications
Instant Verification Webhooks
Platform Management
Connection Lifecycle
Data Structure
Webhooks
Webhook Event Descriptions
Advanced Security and mTLS
Bridge Token
Bridge Token
POST
Create a Bridge Token
Users
Users
POST
Create a User
GET
Retrieve a User
GET
List All Users
PATCH
Update a User
DEL
Delete a User
Account Links
Account Links
POST
Retrieve a Link Token
GET
List All Links
GET
Retrieve a Link
DEL
Delete a Link
Account Links Webhooks
Companies & Data Providers
Companies and Data Providers
GET
Search Companies with Autocomplete
GET
Get Company Information
POST
Search Companies
GET
List All Data Providers
GET
Retrieve a Data Provider
Data Refresh
Data Refresh
GET
Retrieve a Data Refresh Status
POST
Create a Data Refresh Task
GET
List All Tasks
GET
Retrieve a Task
Webhook Endpoints
Webhook Endpoints
POST
Create a Webhook
GET
Retrieve a Webhook
GET
List All Webhooks
PATCH
Update a Webhook
DEL
Delete a Webhook
GET
List Webhook Request History
Employment
Employment
GET
Retrieve an Employment
GET
List All Employments
Employment Webhooks
GET
Retrieve Employment History Report
Identity
Identity
GET
Retrieve an Identity
Identity Webhooks
Pay Statements
Pay Statements
GET
Retrieve a Statement
GET
List All Statements
Pay Statements Webhooks
Tax Documents
Tax Documents
GET
Retrieve Tax Document
GET
List All Tax Documents
Income & Employment Reports
Reports
GET
Retrieve Income and Employment Report
Bank Income
Bank Income Report
Orders
Orders API
POST
Create an Order
GET
Retrieve an Order
POST
Get List of Orders by SSN
PATCH
Update an Order
POST
Add New Employer to Existing Order
POST
Create a Data Refresh Order
POST
Cancel an Order
GET
Retrieve an Order Invoice
GET
Retrieve Self-Certification Results
GET
Retrieve Events for an Order
Orders Webhooks
VOIE Reports
VOIE Reports
POST
Create an Income and Employment Report
GET
Retrieve an Income and Employment Report
Income Insights
Income Insights Reports
POST
Create a User Bank Income Insights Report
GET
Retrieve a User Bank Income Insights Report
List All Tasks
cURL
curl
--request
GET
\
--url
https://api.example.com/v1/tasks
Data Refresh
List All Tasks
Copy page
Retrieve a list of all tasks
Copy page
GET
/
v1
/
tasks
Try it
List All Tasks
cURL
curl
--request
GET
\
--url
https://api.example.com/v1/tasks
Description
The endpoint returns a list of Tasks. This is a read-only operation for retrieving task information associated with user account connections. Tasks track the status and progress of data retrieval operations within the Transcrypts platform.
Authentication
This endpoint requires API credentials:
Client ID (header)
Access Key (header)
Response
Success Response (200 OK)
Returns a list of Task objects in JSON format.
Error Responses
401 Unauthorized:
Authentication credentials are invalid or missing.
403 Forbidden:
Insufficient permissions for the authenticated user.
Create a Data Refresh Task
Retrieve a Task
⌘I