API

Overview

Base URL, authentication, response shapes, pagination, and status flows.

Markdown

Programmatic access to issues, conversations, products, and releases. Authenticate with an API key from your workspace settings.

Base URL

text
https://app.getresolved.ai/api/v1

Authentication

Send your key in the Authorization header. Keys start with gr_ and are scoped to a single workspace — every response is filtered to that workspace.

bash
curl https://app.getresolved.ai/api/v1/issues?status=pending \
  -H "Authorization: Bearer gr_..."

Response format

List endpoints return:

json
{
  "data": [],
  "pagination": { "total": 0, "limit": 50, "offset": 0 }
}

Single-resource endpoints return:

json
{ "data": { } }

Errors return:

json
{ "error_code": "...", "detail": "..." }

Pagination

All list endpoints accept limit (default 50, max 200) and offset (default 0).

Status flows

  • Issues: pendingin_progressdonereleased | dismissed. released is set automatically when the issue is linked to a release via POST /releases. icebox is also a valid status, for parking issues you want to keep without committing to.
  • Conversations: openin_progressresolved | dismissed.

Discovery

  • OpenAPI 3.1 spec — machine-readable schema for tooling and SDK generation.
  • llms.txt — full endpoint reference in plain markdown, optimized for AI agents.

Deprecated aliases

  • /api/v1/actions is a deprecated alias for /api/v1/issues and works identically.
  • /api/v1/items is a deprecated alias for /api/v1/conversations and works identically.

Built for vibe coders and solo founders.

Try Free

No credit card required

GetResolved

Issues

TitlePriority
ACME-214Signup verification redirects back to email step
Urgent
ACME-218Webhook retries failing on upstream 5xx
Urgent
ACME-220Rate limit dashboard CSV exports to 5/min
High
ACME-198Include custom fields in CSV contact export
Normal
ACME-205Bulk-resolve from the inbox list
Normal
ACME-207Daily Slack digest of unresolved high-priority issues
Normal
ACME-211Improve chat widget cold-start performance
Normal
ACME-219Reorder columns in the contacts table
Low
ACME-216Email digest of resolved issues for stakeholders
Low
ACME-203Add a dark mode toggle to the dashboard header
Low