Public
Search...
/
About
For Developers
Authentication
Pagination
Versioning
Rate Limits
Errors
API Reference
Getting started
artifacts
Attachments
GET
Get
POST
Get Post
GET
List
POST
List Post
GET
Locate
POST
Locate Post
POST
Prepare
auth-connection
Identity provider
POST
Dev Org Auth Connections Create
POST
Dev Org Auth Connections Delete
GET
Dev Org Auth Connections Get
POST
Dev Org Auth Connections Get Post
GET
Dev Org Auth Connections List
POST
Dev Org Auth Connections List Post
POST
Dev Org Auth Connections Toggle
POST
Dev Org Auth Connections Update
auth-tokens
Security tokens
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Self Delete
POST
Update
dev-users
Product builders and service providers
GET
Get
POST
Get Post
GET
List
POST
List Post
GET
Self
POST
Self Post
parts
Product components
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
rev-orgs
Workspaces
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
tags
Concepts
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
timeline-entries
Discussions and events
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
webhooks
Event responses
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
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
Accounts
POST
Create
POST
Delete
GET
Export
POST
Export Post
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
slas
Service level agreement
GET
Sla Trackers Get
POST
Sla Trackers Get Post
keyring
GET
Keyrings Create Callback
POST
Keyrings Create Callback Post
Guides
Getting started with webhooks
Restricted messages on a timeline
SDKs
PLuG SDK
Overview
Integrate PLuG with your Android app
Integrate PLuG with your iOS app
Track events
Methods
Customization
Snap-in development
Concepts
Tutorials
Overview
Getting started
Using a snap-in to perform a DevRev action
Using a snap-in to perform an external action
Snap-in triggered by a DevRev event
Snap-in triggered by an external source
ADaaS
Airdrop-as-a-Service (ADaaS)
Getting started
Extraction phases
External sync units extraction
Metadata extraction
Data extraction
Attachments extraction
Data and attachments deletion
References
Install DevRev CLI
DevRev CLI reference
Snap-in manifest
Snap-in V1 manifest
Keyrings
Keyrings: Securely connecting snap-ins to external services
OAuth 2.0 configuration: Securely storing access tokens
Secret configurations: Securely storing credentials
Developer keyrings
Event sources
Inputs
Commands
Functions
Function invocation
Hooks
Snapkit
Snap-in resources
Customizing snap-in configuration
Development best practices
Locally testing snap-ins
Handling errors and retrying
Debugging
Quotas and limits
Upgrade snap-ins
Code Samples
API Reference
artifacts
Locate
GET
https://
api.devrev.ai
/
artifacts.locate
Gets the download URL for the artifact.
Query parameters
id
string
Required
The ID of the artifact to get the URL for.
version
string
Optional
The version of the artifact that needs to be fetched.
Response
This endpoint returns an object
url
string
The artifact's download URL.
expires_at
datetime
Optional
The expiration timestamp of the URL.
Built with