get https://api.luniverse.io/svc/v2/neptune/trace-programs
생성한 Trace 프로그램 목록을 조회하기 위한 API입니다. 특정 프로그램만 조회하기 위해 Query 파라미터 항목의 여러 필터링 조건을 사용할 수 있습니다.
Log in to see full request history
Response
생성한 Trace 프로그램 목록을 조회하기 위한 API입니다. 특정 프로그램만 조회하기 위해 Query 파라미터 항목의 여러 필터링 조건을 사용할 수 있습니다.
xxxxxxxxxx
curl --request GET \
--url 'https://api.luniverse.io/svc/v2/neptune/trace-programs?rpp=30&page=1' \
--header 'Authorization: Bearer AUTH-TOKEN' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: