runscope.com

Manage Runscope programmatically.

🔑 oauth2 29 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

dotnet add package runscope.net.hapikit
curl examples
Account Resource
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /account
Returns a list of buckets.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /buckets
Returns a single bucket resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /buckets/{bucketKey}
Endpoints (29 total)
GET
/account
Account Resource
GET
/buckets
Returns a list of buckets.
GET
/buckets/{bucketKey}
Returns a single bucket resource.
GET
/teams/{teamId}/agents
Team agents list
GET
/teams/{teamId}/people
Teams Resource
GET
/buckets/{bucketKey}/tests
Returns a list of tests.
GET
/buckets/{bucketKey}/errors
Retrieve a list of error messages in a bucket
GET
/teams/{teamId}/integrations
Team integrations list
GET
/buckets/{bucketKey}/messages
Retrieve a list of messages in a bucket
GET
/buckets/{bucketKey}/environments
Returns list of shared environments for a specified bucket.
GET
/buckets/{bucketKey}/tests/{testId}
Retrieve the details of a given test by ID.
GET
/buckets/{bucketKey}/messages/{messageId}
Retrieve the details for a single message.
Language coverage
C#
1
At a glance
Total SDKs1
Languages1
Endpoints29
Authoauth2
Categories1