curl --request GET \
--url http://api.stuut.ai/v1/tasks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"label": "<string>",
"object": "<string>",
"organization_id": "<string>",
"type": "activity_summary_outreach",
"id": "<string>",
"action_taken": "complete",
"assignee": {
"email": "<string>",
"family_name": "<string>",
"given_name": "<string>",
"object": "<string>",
"organization_id": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"dashboard_settings": {
"thread_emails_sort_order": "asc"
},
"default_email_sender_id": "<string>",
"invited_by_user_id": "<string>",
"is_access_approved": true,
"is_org_admin": true,
"modified_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"onboarding_required": true,
"profile_picture": "<string>",
"selected": true
},
"assignee_id": "<string>",
"close_reason": "<string>",
"completed_action": {},
"created_at": "2023-11-07T05:31:56Z",
"data": [
{
"object": "<string>",
"source": "email",
"task_id": "<string>",
"type": "response",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": "<unknown>",
"modified_at": "2023-11-07T05:31:56Z"
}
],
"description": "<string>",
"error_reason": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"status": "open",
"trigger_event": {
"name": "<string>",
"object": "<string>",
"id": "<string>",
"actor_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": "<unknown>",
"entity": "<unknown>",
"entity_id": "<string>",
"message": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"timestamp": "2023-11-07T05:31:56Z"
},
"trigger_event_id": "<string>"
}
],
"current_page": 0,
"total_records": 0,
"next_page": null
}curl --request GET \
--url http://api.stuut.ai/v1/tasks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"label": "<string>",
"object": "<string>",
"organization_id": "<string>",
"type": "activity_summary_outreach",
"id": "<string>",
"action_taken": "complete",
"assignee": {
"email": "<string>",
"family_name": "<string>",
"given_name": "<string>",
"object": "<string>",
"organization_id": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"dashboard_settings": {
"thread_emails_sort_order": "asc"
},
"default_email_sender_id": "<string>",
"invited_by_user_id": "<string>",
"is_access_approved": true,
"is_org_admin": true,
"modified_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"onboarding_required": true,
"profile_picture": "<string>",
"selected": true
},
"assignee_id": "<string>",
"close_reason": "<string>",
"completed_action": {},
"created_at": "2023-11-07T05:31:56Z",
"data": [
{
"object": "<string>",
"source": "email",
"task_id": "<string>",
"type": "response",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": "<unknown>",
"modified_at": "2023-11-07T05:31:56Z"
}
],
"description": "<string>",
"error_reason": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"status": "open",
"trigger_event": {
"name": "<string>",
"object": "<string>",
"id": "<string>",
"actor_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": "<unknown>",
"entity": "<unknown>",
"entity_id": "<string>",
"message": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"timestamp": "2023-11-07T05:31:56Z"
},
"trigger_event_id": "<string>"
}
],
"current_page": 0,
"total_records": 0,
"next_page": null
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number, 0 indexed.
x >= 0The page size
1 <= x <= 200asc, desc modified_at, status, type, created_at open, completed, closed, archived, failed, processing, assigned_to_agent activity_summary_outreach, activity_summary_payments, auto_response_email, auto_response_call, call_analysis, disable_contact, recommendation_new_contact, scheduled_email_approval, scheduled_call_approval The User identifier, (e.g. usr_abc123).
Successful response
Show child attributes
The blurb or label for the task.
The ID of the organization this task belongs to.
32The type of the task.
activity_summary_outreach, activity_summary_payments, auto_response_email, auto_response_call, call_analysis, disable_contact, recommendation_new_contact, scheduled_email_approval, scheduled_call_approval 2632The action taken on the task that affected its current state.
complete, complete_with_action, close, 20Show child attributes
25532323232The ID of the user assigned to this task, if any.
32The reason for closing the task, if not completed.
Show child attributes
The source of the task data (e.g., 'email', 'phone', 'slack', 'invoice', 'account').
email, phone, slack, invoice, account 7The ID of the task this data belongs to.
32The type of task data (e.g., 'response', 'classification', 'analysis', 'summary').
response, classification, context, analysis, summary, contact, acknowledge 1432Task data.
The contextual description of the task.
The reason for task failing, if an error occurred.
The current status of the task.
open, completed, closed, archived, failed, processing, assigned_to_agent 17Show child attributes
3232The primary key of the entity that this event is related to, e.g. inv_123 for invoice.created
The time the event occurred (or should occur). This can be set to a future time if the event should be scheduled.
The ID of the event that triggered this task, if any.
32The current page.
Total number of records.
The next page, if one exists.