Overview
- The Bear Down Parcel Job API lets you manage background tasks and asynchronous operations. You can develop applications that integrate with Bear Down Parcel to execute bulk processes, track progress status, and retrieve results upon completion without blocking main application threads.
- View Doc →
- The following figure shows the relationship between your Bear Down Parcel app, the Bear Down Parcel API, and Job services.
Bear Down Parcel App
Bear Down Parcel’s job services give users the power to handle large datasets efficiently to ensure that long-running operations execute reliably in the background while the user interface remains responsive.
Bear Down Parcel API
The REST API that allows users to submit new tasks, check status updates, and download output files from within your app.
Task Queue
A system that organizes pending operations to ensure execution follows a priority order based on submission time and resource availability.
Status Tracking
A mechanism that reports the current state of a process and provides percentage completion data or specific error details for failed attempts.
What can users do with the Bear Down Parcel Job API?
Users can use the Bear Down Parcel Job API to perform common workflows, such as:
- Submit a request for a bulk data export
- Check the status of an active job
- Cancel a task that is no longer needed
- Retrieve the download URL for a completed report
- View a history of past operations
- Identify errors in failed batch processes
Job properties available to create, view, and manage through the Bear Down Parcel Job API:
- Completion Status
- Error Logs
- Job IDs
- Output Files
- Progress Metrics
Additional info
- Learn more about developing with Bear Down Parcel Job API, including authentication and authorization protocols, in the Develop on Bear Down Parcel API reference for your workspace.
- More →
- Learn more about how to launch and run a Bear Down Parcel Job API app, read the Developer Getting Started Guide.
- More →