Public
Search...
/
About
For Developers
Authentication
Pagination
Versioning
Rate Limits
Errors
API Reference
Getting started
artifacts
auth-connection
auth-tokens
dev-users
parts
rev-orgs
tags
timeline-entries
webhooks
works
Tickets and issues
POST
Create
POST
Delete
GET
Export
POST
Export Post
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
accounts
slas
keyring
Guides
Getting started with webhooks
Restricted messages on a timeline
SDKs
PLuG SDK
Snap-in development
Concepts
Tutorials
ADaaS
References
Development best practices
Locally testing snap-ins
Handling errors and retrying
Debugging
Quotas and limits
Upgrade snap-ins
Code Samples
API Reference
works
Export
GET
https://
api.devrev.ai
/
works.export
Exports a collection of work items.
Query parameters
applies_to_part
string
Optional
Filters for work belonging to any of the provided parts.
created_by
string
Optional
Filters for work created by any of these users.
first
integer
Optional
The number of work items to return. The default is '50', the maximum is '5000'.
issue.accounts
string
Optional
Filters for issues with any of the provided Accounts.
issue.priority
enum
Optional
Filters for issues with any of the provided priorities.
Allowed values:
p0
p1
p2
p3
issue.priority_v2
long
Optional
Filters for issues with any of the provided priority enum ids.
issue.rev_orgs
string
Optional
Filters for issues with any of the provided Rev organizations.
issue.sla_summary.stage
enum
Optional
Filters for records with any of the provided SLA stages.
Allowed values:
breached
completed
paused
running
warning
issue.sprint
string
Optional
Filters for issues with any of the sprint.
owned_by
string
Optional
Filters for work owned by any of these users.
reported_by
string
Optional
Filters for work reported by any of these users.
stage.name
string
Optional
Filters for records in the provided stage(s) by name.
staged_info.is_staged
boolean
Optional
Filters for issues that are staged.
sync_metadata.external_reference
string
Optional
Filters for issues with this specific external reference.
sync_metadata.last_sync_in.status
enum
Optional
Filters for works with selected sync statuses.
Allowed values:
failed
modified
staged
succeeded
sync_metadata.last_sync_in.sync_unit
string
Optional
Filters for works modified with selected sync units.
sync_metadata.last_sync_out.status
"failed" or "succeeded"
Optional
Filters for works with selected sync statuses.
Allowed values:
failed
succeeded
sync_metadata.last_sync_out.sync_unit
string
Optional
Filters for works modified with selected sync units.
sync_metadata.origin_system
string
Optional
Filters for issues synced from this specific origin system.
tags
string
Optional
Filters for work with any of the provided tags.
ticket.channels
enum
Optional
Filters for tickets with any of the provided channels.
Allowed values:
email
plug
slack
twilio
twilio_sms
ticket.group
string
Optional
Filters for tickets belonging to specific groups.
ticket.is_spam
boolean
Optional
Filters for tickets that are spam.
ticket.needs_response
boolean
Optional
Filters for tickets that need response.
ticket.rev_org
string
Optional
Filters for tickets that are associated with any of the provided Rev organizations.
ticket.severity
enum
Optional
Filters for tickets with any of the provided severities.
Allowed values:
blocker
high
low
medium
ticket.sla_summary.stage
enum
Optional
Filters for records with any of the provided SLA stages.
Allowed values:
breached
completed
paused
running
warning
ticket.source_channel
string
Optional
Filters for tickets with any of the provided source channels.
type
"issue" or "ticket"
Optional
Filters for work of the provided types.
Allowed values:
issue
ticket
Response
This endpoint returns an object.
works
list of objects
The resulting collection of work items.
Show 2 variants
Built with