Gladly · Capability
Gladly REST API — Export
Gladly REST API — Export. 5 operations. Self-contained Naftiko capability covering the Export business surface of the Gladly Customer Service Platform.
Gladly REST API — Export is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET and DELETE methods rooted at /v1/api/v1/export.
The capability includes 4 read-only operations and 1 state-changing operation. Lead operation: List Schedules. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Gladly, Export, and Customer Service.
What You Can Do
GET
Findschedules
— List Schedules
/v1/api/v1/export/schedules
GET
Findjobs
— List Jobs
/v1/api/v1/export/jobs
GET
Getjob
— Get Job
/v1/api/v1/export/jobs/{jobId}
DELETE
Deletejob
— Delete Job
/v1/api/v1/export/jobs/{jobId}
GET
Getfile
— Get File
/v1/api/v1/export/jobs/{jobId}/files/{filename}
MCP Tools
gladly-findSchedules
List Schedules
read-only
idempotent
gladly-findJobs
List Jobs
read-only
idempotent
gladly-getJob
Get Job
read-only
idempotent
gladly-deleteJob
Delete Job
idempotent
gladly-getFile
Get File
read-only
idempotent