List account Work feed
curl --request GET \
--url https://api.veryfront.com/work/feed \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"project_reference": "<string>"
}
],
"agents": [
{
"id": "<string>",
"name": "<string>",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"avatar_url": "<string>"
}
],
"scheduled": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"schedule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"next_run_at": "<string>"
}
],
"running": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"started_at": "<string>",
"completed_at": "<string>",
"updated_at": "<string>",
"progress": {
"completed": 1,
"total": 1
}
}
],
"completed": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"started_at": "<string>",
"completed_at": "<string>",
"updated_at": "<string>",
"progress": {
"completed": 1,
"total": 1
}
}
],
"failed": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"started_at": "<string>",
"completed_at": "<string>",
"updated_at": "<string>",
"progress": {
"completed": 1,
"total": 1
}
}
],
"page_info": {}
}Lists scheduled and recent Work execution activity from projects accessible to the current account context.
GET
/
work
/
feed
List account Work feed
curl --request GET \
--url https://api.veryfront.com/work/feed \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"project_reference": "<string>"
}
],
"agents": [
{
"id": "<string>",
"name": "<string>",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"avatar_url": "<string>"
}
],
"scheduled": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"schedule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"next_run_at": "<string>"
}
],
"running": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"started_at": "<string>",
"completed_at": "<string>",
"updated_at": "<string>",
"progress": {
"completed": 1,
"total": 1
}
}
],
"completed": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"started_at": "<string>",
"completed_at": "<string>",
"updated_at": "<string>",
"progress": {
"completed": 1,
"total": 1
}
}
],
"failed": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_reference": "<string>",
"project_name": "<string>",
"project_slug": "<string>",
"work_id": "<string>",
"work_name": "<string>",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_id": "<string>",
"agent_name": "<string>",
"agent_avatar_url": "<string>",
"started_at": "<string>",
"completed_at": "<string>",
"updated_at": "<string>",
"progress": {
"completed": 1,
"total": 1
}
}
],
"page_info": {}
}Authorizations
bearerAuthapiKeyAuth
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Query Parameters
Available options:
scheduled, running, blocked, completed, failed, cancelled Minimum string length:
1Required range:
0 < x <= 100Minimum string length:
1Response
Account Work feed
- Option 1
- Option 2
- Option 3
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
⌘I