Get User Jobs
Campaigns & Users
Get User Jobs
Get job status, counts, and statistics for the authenticated user
GET
Get User Jobs
Documentation Index
Fetch the complete documentation index at: https://docs.buena.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get User Jobs
Retrieve job status information, counts, and statistics for the authenticated user. This simplified endpoint automatically detects the user from the API key, eliminating the need for user IDs in the URL.Requires a user-specific API key with
users:read permission. Global API
keys should use the legacy routes.Request
Your user-specific API key with
users:read permission (format:
bna_hexstring)Query Parameters
Unix timestamp for filtering jobs from this date
Unix timestamp for filtering jobs until this date
Filter jobs by status (e.g., “completed”, “pending”, “failed”)
Filter jobs by type (e.g., “linkedin_action”, “data_enrichment”)
Examples
Get All Jobs
Get Jobs with Date Range
Get Jobs by Status
Response
The authenticated user’s ID
Always
true for successful requestsJob information and statistics
Advanced Use Cases
1. Job Status Monitoring Dashboard
2. Job Progress Tracking
3. Automated Job Cleanup
Legacy Routes
For backward compatibility, these legacy routes are still supported but
require explicit user IDs:
GET /api/v2/users/jobs/userJobStatus/:userId- Get user job statusGET /api/v2/users/jobs/jobStatus- Get all jobs (requiresjobs:readpermission)GET /api/v2/users/jobs/jobCounts- Get job counts onlyPUT /api/v2/users/jobs/editJobMessage/:jobId- Edit job message (requiresjobs:update)
Error Responses
Global API Key Used (400)
Invalid Permission (403)
Next Steps
LinkedIn Integration
Check LinkedIn integration status
User Integrations
Manage user integrations
Schedule Actions
Schedule LinkedIn actions
User Guide
Learn user management best practices

